Changeset 10535 for code/branches/core7/src/libraries/core/singleton
- Timestamp:
- Jun 6, 2015, 11:52:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h
r10530 r10535 81 81 public: 82 82 StaticallyInitializedScopedSingletonWrapper(ScopedSingletonWrapper* wrapper, ScopeID::Value scope) 83 : StaticallyInitializedInstance( 0)83 : StaticallyInitializedInstance(StaticInitialization::SCOPED_SINGLETON_WRAPPER) 84 84 , wrapper_(wrapper) 85 85 , scope_(scope)
Note: See TracChangeset
for help on using the changeset viewer.