Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5328 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Oct 8, 2005, 10:13:32 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: almost working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.cc

    r5327 r5328  
    211211  {
    212212    ShellCommandClass::commandClassList = new tList<ShellCommandClass>;
    213 //    ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debug);
     213    ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", ShellCommandBase::debug);
    214214  }
    215215}
Note: See TracChangeset for help on using the changeset viewer.