Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 26, 2006, 11:19:29 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed a notNULL definition

File:
1 edited

Legend:

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

    r7386 r7388  
    8888    ShellCommandAlias*               alias;                                //!< An Alias for the Class.
    8989
    90     std::string                      description;                          //!< A description for this commnand. (initially NULL). Assigned with (create)->describe("blablabla");
     90    std::string                      description;                          //!< A description for this commnand. (initially ""). Assigned with (create)->describe("blablabla");
    9191    Executor*                        executor;                             //!< The Executor, that really executes the Function.
    92 
    9392  };
    9493
Note: See TracChangeset for help on using the changeset viewer.