Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2005, 12:15:36 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: parameters of Executor are const void* instead of const char*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor_specials.h

    r5659 r5690  
    5959     * @param loadString ignored in this case
    6060     */
    61     virtual void execute(BaseObject* object, const char* loadString)
     61    virtual void execute(BaseObject* object, const void* loadString)
    6262    {
    6363      if (object != NULL && this->element != NULL)
Note: See TracChangeset for help on using the changeset viewer.