Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7386 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Apr 26, 2006, 10:24:31 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: completions

File:
1 edited

Legend:

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

    r7374 r7386  
    7979  protected:
    8080    ShellCommand(const std::string& commandName, const std::string& className, const Executor& executor);
    81     ~ShellCommand();
     81    virtual ~ShellCommand();
    8282
    8383    static bool isRegistered(const std::string& commandName, const std::string& className);
Note: See TracChangeset for help on using the changeset viewer.