Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7331 in orxonox.OLD for trunk/src/lib/util/loading


Ignore:
Timestamp:
Apr 18, 2006, 4:48:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: small improved functoid

File:
1 edited

Legend:

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

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