fix CppCheck constructor to allow gui to compile
This commit is contained in:
parent
b26777c962
commit
c3fe6f80da
|
@ -25,7 +25,7 @@
|
|||
CheckThread::CheckThread(ThreadResult &result) :
|
||||
mState(Ready),
|
||||
mResult(result),
|
||||
mCppcheck(result)
|
||||
mCppcheck(result, true)
|
||||
{
|
||||
//ctor
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue