mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
vc++ objections
This commit is contained in:
parent
f3d2494ba8
commit
17762b55f5
@ -50,8 +50,8 @@ INLINE ConditionVar::
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE ConditionVar::
|
||||
ConditionVar(const ConditionVar ©) :
|
||||
_mutex(*(Mutex *)NULL),
|
||||
_impl(*(MutexImpl *)NULL)
|
||||
_mutex(copy._mutex),
|
||||
_impl(_mutex._impl)
|
||||
{
|
||||
nassertv(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user