fixed cppcheck warning

This commit is contained in:
Daniel Marjamäki 2009-12-31 13:34:43 +01:00
parent ee1675270b
commit f797794601
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
CppCheck::CppCheck(ErrorLogger &errorLogger)
: _errorLogger(errorLogger)
{
exitcode = 0;
}
CppCheck::~CppCheck()