Changeset 7474 in orxonox.OLD for trunk/src/lib/util/executor/executor_specials.h
- Timestamp:
- May 2, 2006, 6:24:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor_specials.h
r7419 r7474 60 60 * @param loadString ignored in this case 61 61 */ 62 virtual void operator()(BaseObject* object, const std::string& = "") const62 virtual void operator()(BaseObject* object, const SubString& = SubString()) const 63 63 { 64 64 if (object != NULL && this->element != NULL)
Note: See TracChangeset
for help on using the changeset viewer.