Changeset 5802 for code/branches/core5/src/libraries/util
- Timestamp:
- Sep 26, 2009, 11:06:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/util/ScopedSingleton.h
r5738 r5802 93 93 if (T::singletonPtr_s) 94 94 { 95 delete T::singletonPtr_s;95 T::singletonPtr_s->destroy(); 96 96 T::singletonPtr_s = 0; 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.