Shut up some clang warnings
This commit is contained in:
parent
10f3a2e5f2
commit
a9fa5e050a
4 changed files with 12 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue