Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 4, 2005, 9:20:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: almost mac compatibility

File:
1 edited

Legend:

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

    r5243 r5279  
    106106  private:
    107107    /** executes a Command @param object the object to apply this to @param parameters the parameters the command takes */
    108     virtual void executeCommand (BaseObject* object, const char* parameters) = NULL;
     108    virtual void executeCommand (BaseObject* object, const char* parameters) = 0;
    109109
    110110  protected:
Note: See TracChangeset for help on using the changeset viewer.