Fix ticket #642 (txx (template implementation files) not recognized/checked.)
http://sourceforge.net/apps/trac/cppcheck/ticket/642
This commit is contained in:
parent
2719724a97
commit
a4190bc590
|
@ -103,7 +103,8 @@ bool FileLister::acceptFile(const std::string &filename)
|
|||
extension == ".cxx" ||
|
||||
extension == ".cc" ||
|
||||
extension == ".c" ||
|
||||
extension == ".c++")
|
||||
extension == ".c++" ||
|
||||
extension == ".txx")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue