Fixed #4323 (False Positive: Null pointer dereference)

This commit is contained in:
Daniel Marjamäki 2012-11-29 10:32:34 +01:00
parent 7760a92930
commit 233b7ddb4c
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ bool Path::isCPP(const std::string &path)
extension == ".cxx" ||
extension == ".cc" ||
extension == ".c++" ||
extension == ".hpp" ||
extension == ".tpp" ||
extension == ".txx") {
return true;