fix: astvisitor fixes

* renaming files
* fix typo
* clang waringns
This commit is contained in:
Andreas Stallinger
2016-11-03 12:38:36 +01:00
parent 5b47d195ff
commit 98869e51a5
9 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void JavaParser::parseFile(const FilePath& filePath, std::shared_ptr<TextAccess>
filePath.str(),
fileContent,
classPath,
ApplicationSettings::getInstance()->getVerboseInderxerLoggingEnabled() ? 1 : 0
ApplicationSettings::getInstance()->getVerboseIndexerLoggingEnabled() ? 1 : 0
);
}
}