This commit is contained in:
David Rose 2006-01-18 00:31:19 +00:00
parent c3aa9a995c
commit 6b6dd232ff

View File

@ -36,7 +36,9 @@ MutexDummyImpl() {
////////////////////////////////////////////////////////////////////
INLINE MutexDummyImpl::
~MutexDummyImpl() {
#ifdef CHECK_REENTRANT_MUTEX
nassertv(_lock_count == 0);
#endif
}
////////////////////////////////////////////////////////////////////