Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2006, 4:52:21 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new SubString class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/lib/util/loading/load_param.cc

    r7209 r7211  
    6767    {
    6868      PRINTF(4)("Loading '%s' with Parameters '%s' onto: '%s'(%s)\n", this->paramName, loadString.c_str(), this->object->getName(), this->object->getClassName());
    69       this->executor->execute(this->object, &loadString);
     69      this->executor->execute(this->object, (const void*)loadString.c_str());
    7070    }
    7171    delete this->executor;
Note: See TracChangeset for help on using the changeset viewer.