democlient: Fixed override
This commit is contained in:
parent
38a30c953f
commit
10d3b2466b
|
@ -56,7 +56,7 @@ public:
|
||||||
|
|
||||||
void reportProgress(const std::string& filename,
|
void reportProgress(const std::string& filename,
|
||||||
const char stage[],
|
const char stage[],
|
||||||
const unsigned int value) override {
|
const std::size_t value) override {
|
||||||
if (std::time(nullptr) >= stoptime) {
|
if (std::time(nullptr) >= stoptime) {
|
||||||
std::cout << "Time to analyse the code exceeded 2 seconds. Terminating.\n\n";
|
std::cout << "Time to analyse the code exceeded 2 seconds. Terminating.\n\n";
|
||||||
cppcheck.terminate();
|
cppcheck.terminate();
|
||||||
|
|
Loading…
Reference in New Issue