Fixed compilation error (#3709)

This commit is contained in:
PKEuS 2012-04-07 13:55:03 +02:00
parent 7de545f0fe
commit a399a22b09
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ unsigned int ThreadExecutor::check()
_wpipe = pipes[1];
CppCheck fileChecker(*this, false);
fileChecker.settings(_settings);
fileChecker.settings() = _settings;
unsigned int resultOfCheck = 0;
if (_fileContents.size() > 0 && _fileContents.find(i->first) != _fileContents.end()) {