Objective C: activate checking of .m and .mm files. The normal checking is used.

This commit is contained in:
Daniel Marjamäki 2010-10-20 21:09:07 +02:00
parent 8b866178ff
commit 4ff52b5883
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ bool FileLister::acceptFile(const std::string &filename)
extension == ".c++" ||
extension == ".tpp" ||
extension == ".txx" ||
extension == ".m" || // Objective C
extension == ".mm" || // Objective C++
extension == ".java" || // Java source file
extension == ".cs") // C# source file
{