Changeset 7211 in orxonox.OLD for branches/std/src/lib/util/loading/load_param.cc
- Timestamp:
- Mar 10, 2006, 4:52:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/loading/load_param.cc
r7209 r7211 67 67 { 68 68 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()); 70 70 } 71 71 delete this->executor;
Note: See TracChangeset
for help on using the changeset viewer.