Fix compile error in windows

This commit is contained in:
Daniel Marjamäki 2020-05-19 22:13:46 +02:00
parent 299e11c991
commit 5a0b5139a0
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ unsigned int __stdcall ThreadExecutor::threadProc(void *args)
// guard static members of CppCheck against concurrent access
EnterCriticalSection(&threadExecutor->mFileSync);
CppCheck fileChecker(*threadExecutor, false);
CppCheck fileChecker(*threadExecutor, false, CppCheckExecutor::executeCommand);
fileChecker.settings() = threadExecutor->mSettings;
for (;;) {