Changeset 10530 for code/branches/core7/src/libraries/core/command
- Timestamp:
- Jun 6, 2015, 2:45:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h
r10520 r10530 310 310 { 311 311 public: 312 StaticallyInitializedConsoleCommand(ConsoleCommand* command) : command_(command) {} 312 StaticallyInitializedConsoleCommand(ConsoleCommand* command) 313 : StaticallyInitializedInstance(0) 314 , command_(command) 315 {} 313 316 ~StaticallyInitializedConsoleCommand() { delete command_; } 314 317
Note: See TracChangeset
for help on using the changeset viewer.