Shut up some clang warnings

This commit is contained in:
Eelco Dolstra 2016-05-31 13:31:04 +02:00
parent 10f3a2e5f2
commit a9fa5e050a
4 changed files with 12 additions and 10 deletions

View file

@ -89,7 +89,7 @@ public:
state->progress[label].expected += value;
}
void incProgress(const std::string & label, uint64_t value)
void incProgress(const std::string & label, uint64_t value) override
{
auto state(state_.lock());
state->progress[label].progress += value;