Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5136 in orxonox.OLD for trunk/src/util/shell.cc


Ignore:
Timestamp:
Aug 26, 2005, 1:24:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: registering singleton-Classes now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5135 r5136  
    7878  //void ShellCommand<T>::registerCommand(const char* commandName, ClassID classID, T* object, void* functionPointer, unsigned int paramCount, ...)
    7979
    80   ShellCommand<Shell>::registerCommand("clear", CL_NULL, this, &Shell::clear);
     80  ShellCommand<Shell>::registerCommand("clear", CL_NULL, &Shell::clear, true);
    8181}
    8282
Note: See TracChangeset for help on using the changeset viewer.