summaryrefslogtreecommitdiff
path: root/ace/RW_Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RW_Mutex.cpp')
-rw-r--r--ace/RW_Mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/RW_Mutex.cpp b/ace/RW_Mutex.cpp
index bfeac13c30b..319158da641 100644
--- a/ace/RW_Mutex.cpp
+++ b/ace/RW_Mutex.cpp
@@ -35,7 +35,7 @@ ACE_RW_Mutex::dump (void) const
}
ACE_RW_Mutex::ACE_RW_Mutex (int type, const ACE_TCHAR *name, void *arg)
- : removed_ (0)
+ : removed_ (false)
{
// ACE_TRACE ("ACE_RW_Mutex::ACE_RW_Mutex");
if (ACE_OS::rwlock_init (&this->lock_, type, name, arg) != 0)