Changeset 10993 for code/branches/cpp11_v2/src/libraries/core/command
- Timestamp:
- Dec 29, 2015, 5:18:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/command/ConsoleCommand.cc
r10918 r10993 50 50 */ 51 51 ConsoleCommand::ConsoleCommand(const std::string& name, const ExecutorPtr& executor, bool bInitialized) 52 {53 this->init("", name, executor, bInitialized);52 : ConsoleCommand("", name, executor, bInitialized) 53 { 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.