Changeset 5906 for code/branches/core5
- Timestamp:
- Oct 8, 2009, 5:29:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/ScopedSingletonManager.h
r5877 r5906 86 86 ~ClassScopedSingletonManager() 87 87 { 88 assert(singletonPtr_ == NULL);88 //assert(singletonPtr_ == NULL); // Might get triggered in the SignalHandler 89 89 ScopedSingletonManager::removeManager(this); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.