Minor bug fix, CppCheck::Check didn't reset error list after all checking was done.

This commit is contained in:
Reijo Tomperi 2008-12-11 20:28:35 +00:00
parent 2b7338450c
commit f669a5a45d

View File

@ -197,7 +197,8 @@ void CppCheck::check()
_checkFunctionUsage.check();
}
_errorList.clear();
}