Changeset 5641 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.cc
- Timestamp:
- Nov 18, 2005, 9:22:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.cc
r5639 r5641 217 217 { 218 218 ShellCommandClass::commandClassList = new tList<ShellCommandClass>; 219 ShellCommand::registerCommand("debug", "ShellCommand", newExecutorStatic<ShellCommand>(ShellCommand::debug));219 ShellCommand::registerCommand("debug", "ShellCommand", ExecutorStatic<ShellCommand>(ShellCommand::debug)); 220 220 } 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.