Skip to content

Commit c3fe6f8

Browse files
committed
fix CppCheck constructor to allow gui to compile
1 parent b26777c commit c3fe6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/checkthread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
CheckThread::CheckThread(ThreadResult &result) :
2626
mState(Ready),
2727
mResult(result),
28-
mCppcheck(result)
28+
mCppcheck(result, true)
2929
{
3030
//ctor
3131
}

0 commit comments

Comments
 (0)