democlient: Fixed override

This commit is contained in:
Daniel Marjamäki 2019-02-09 13:31:50 +01:00
parent 38a30c953f
commit 10d3b2466b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
void reportProgress(const std::string& filename,
const char stage[],
const unsigned int value) override {
const std::size_t value) override {
if (std::time(nullptr) >= stoptime) {
std::cout << "Time to analyse the code exceeded 2 seconds. Terminating.\n\n";
cppcheck.terminate();