Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7252 in orxonox.OLD


Ignore:
Timestamp:
Mar 27, 2006, 11:12:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compile again

Location:
branches/resources/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/resources/src/lib/BuildLibs.am

    r7240 r7252  
    22libORXlibs_a_LIBRARIES_ = \
    33                $(LIB_PREFIX)/libORXlibs.a \
     4                $(LIB_PREFIX)/util/libORXlibutil.a \
    45                $(LIB_PREFIX)/gui/gtk_gui/libORXgui.a \
    56                $(LIB_PREFIX)/gui/gl_gui/libORXglgui.a \
  • branches/resources/src/lib/shell/shell_command.h

    r7229 r7252  
    8383
    8484  protected:
    85     MultiType*                       defaultValue;                         //!< Default Values.
     85    MultiType                        defaultValue[5];        //!< Default Values.
    8686
    8787  private:
    88     ShellCommandClass*               shellClass;                           //!< A Pointer to the Shell-Class this Command belongs to.
    89     ShellCommandAlias*               alias;                                //!< An Alias for the Class.
     88    ShellCommandClass*               shellClass;             //!< A Pointer to the Shell-Class this Command belongs to.
     89    ShellCommandAlias*               alias;                  //!< An Alias for the Class.
    9090
    91     std::string                      description;                          //!< A description for this commnand. (initially NULL). Assigned with (create)->describe("blablabla");
    92     Executor*                        executor;                             //!< The Executor, that really executes the Function.
     91    std::string                      description;            //!< A description for this commnand. (initially NULL). Assigned with (create)->describe("blablabla");
     92    Executor*                        executor;               //!< The Executor, that really executes the Function.
    9393
    9494};
Note: See TracChangeset for help on using the changeset viewer.