Changeset 10535 for code/branches/core7/src/libraries/core/module/StaticInitializationHandlerIncludes.h
- Timestamp:
- Jun 6, 2015, 11:52:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/module/StaticInitializationHandlerIncludes.h
r10531 r10535 48 48 public: 49 49 StaticallyInitializedStaticInitializationHandler(StaticInitializationHandler* handler) 50 : StaticallyInitializedInstance( 0)50 : StaticallyInitializedInstance(StaticInitialization::STATIC_INITIALIZATION_HANDLER) 51 51 , handler_(handler) 52 52 {}
Note: See TracChangeset
for help on using the changeset viewer.