Skip to content
Snippets Groups Projects
Commit ad84840f authored by Florian Fischer's avatar Florian Fischer
Browse files

[WorkerSleepStrategy] call the correct implementation method

parent 3ab70f90
No related branches found
No related tags found
1 merge request!184[WorkerSleepStrategy] call the correct implementation method
......@@ -14,7 +14,7 @@ static constexpr bool needsNotifySpecific =
template <class T>
class AbstractWorkerSleepStrategy {
[[nodiscard]] inline auto getSleeping() const -> long {
return static_cast<T*>(this)->getValue();
return static_cast<T*>(this)->getSleeping();
}
template <CallerEnvironment callerEnvironment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment