Changeset 10528
- Timestamp:
- Jun 6, 2015, 12:37:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h
r10514 r10528 97 97 ~ClassScopedSingletonWrapper() 98 98 { 99 if (singletonPtr_) 100 this->destroy(singletonPtr_); 99 101 } 100 102 … … 150 152 ~ClassScopedSingletonWrapper() 151 153 { 154 if (singletonPtr_) 155 this->destroy(singletonPtr_); 152 156 } 153 157
Note: See TracChangeset
for help on using the changeset viewer.