One more override

This commit is contained in:
Marcus Holland-Moritz 2020-12-30 12:55:14 +01:00
parent df779a5cfd
commit 77a3c61bbe

View File

@ -112,7 +112,7 @@ class basic_worker_group : public worker_group::impl, private Policy {
/** /**
* Check whether the worker group is still running * Check whether the worker group is still running
*/ */
bool running() const { return running_; } bool running() const override { return running_; }
/** /**
* Add a new job to the worker group * Add a new job to the worker group