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
+2 -2
View File
@@ -165,12 +165,12 @@ void ApplicationSettings::setLoggingEnabled(bool value)
setValue<bool>("application/logging_enabled", value);
}
bool ApplicationSettings::getVerboseInderxerLoggingEnabled() const
bool ApplicationSettings::getVerboseIndexerLoggingEnabled() const
{
return getValue<bool>("application/verbose_indexer_logging_enabled", false);
}
void ApplicationSettings::setVerboseInderxerLoggingEnabled(bool value)
void ApplicationSettings::setVerboseIndexerLoggingEnabled(bool value)
{
setValue<bool>("application/verbose_indexer_logging_enabled", value);
}