Skip to content

Commit a399a22

Browse files
committed
Fixed compilation error (cppcheck-opensource#3709)
1 parent 7de545f commit a399a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/threadexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ unsigned int ThreadExecutor::check()
164164
_wpipe = pipes[1];
165165

166166
CppCheck fileChecker(*this, false);
167-
fileChecker.settings(_settings);
167+
fileChecker.settings() = _settings;
168168
unsigned int resultOfCheck = 0;
169169

170170
if (_fileContents.size() > 0 && _fileContents.find(i->first) != _fileContents.end()) {

0 commit comments

Comments
 (0)