- Timestamp:
- Jun 6, 2015, 11:52:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h
r10530 r10535 311 311 public: 312 312 StaticallyInitializedConsoleCommand(ConsoleCommand* command) 313 : StaticallyInitializedInstance( 0)313 : StaticallyInitializedInstance(StaticInitialization::CONSOLE_COMMAND) 314 314 , command_(command) 315 315 {}
Note: See TracChangeset
for help on using the changeset viewer.