diff --git a/include/osgDB/ReentrantMutex b/include/osgDB/ReentrantMutex index d43b85899..a7359547c 100644 --- a/include/osgDB/ReentrantMutex +++ b/include/osgDB/ReentrantMutex @@ -69,7 +69,7 @@ class OSGDB_EXPORT ReadWriteMutex ReadWriteMutex(const ReadWriteMutex&) {} ReadWriteMutex& operator = (const ReadWriteMutex&) { return *(this); } -#if 1 +#if 0 ReentrantMutex _readWriteMutex; ReentrantMutex _readCountMutex; #else