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