diff --git a/headers/private/kernel/condition_variable.h b/headers/private/kernel/condition_variable.h index 7943ca7fed..d3fa85c965 100644 --- a/headers/private/kernel/condition_variable.h +++ b/headers/private/kernel/condition_variable.h @@ -95,7 +95,7 @@ protected: }; -template +template class ConditionVariable : private PrivateConditionVariable { public: inline void Publish(const Type* object, @@ -107,7 +107,7 @@ public: }; -template +template class ConditionVariableEntry : public PrivateConditionVariableEntry { public: inline bool Add(const Type* object,