vc++ objections

This commit is contained in:
David Rose 2002-08-10 00:48:17 +00:00
parent f3d2494ba8
commit 17762b55f5

View File

@ -50,8 +50,8 @@ INLINE ConditionVar::
////////////////////////////////////////////////////////////////////
INLINE ConditionVar::
ConditionVar(const ConditionVar &copy) :
_mutex(*(Mutex *)NULL),
_impl(*(MutexImpl *)NULL)
_mutex(copy._mutex),
_impl(_mutex._impl)
{
nassertv(false);
}