From eee9e86c6bd3c49517287f068832a68e387f2889 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 28 Sep 2007 21:40:25 +0000 Subject: [PATCH] Set default template argument to void, so that one doesn't need to bother. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22358 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/condition_variable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,