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) :
|
CheckThread::CheckThread(ThreadResult &result) :
|
||||||
mState(Ready),
|
mState(Ready),
|
||||||
mResult(result),
|
mResult(result),
|
||||||
mCppcheck(result)
|
mCppcheck(result, true)
|
||||||
{
|
{
|
||||||
//ctor
|
//ctor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue