Changeset 3239 for code/branches/core4/src/core/XMLPort.h
- Timestamp:
- Jun 28, 2009, 2:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/XMLPort.h
r3223 r3239 565 565 newObject->setLoaderIndentation(object->getLoaderIndentation() + " "); 566 566 567 O* castedObject = orxonox_cast<O >(newObject);567 O* castedObject = orxonox_cast<O*>(newObject); 568 568 assert(castedObject); 569 569
Note: See TracChangeset
for help on using the changeset viewer.