fix CppCheck constructor to allow gui to compile

This commit is contained in:
Greg Hewgill 2011-02-23 21:31:18 +13:00
parent b26777c962
commit c3fe6f80da
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
CheckThread::CheckThread(ThreadResult &result) :
mState(Ready),
mResult(result),
mCppcheck(result)
mCppcheck(result, true)
{
//ctor
}