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