Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 23, 2013, 4:34:14 PM (11 years ago)
Author:
landauf
Message:

fabricate() should return OrxonoxClass*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/XMLPort.cc

    r8858 r9556  
    8989                        orxout(verbose, context::xml) << object->getLoaderIndentation() << "fabricating " << child->Value() << "..." << endl;
    9090
    91                         BaseObject* newObject = identifier->fabricate(object);
     91                        BaseObject* newObject = orxonox_cast<BaseObject*>(identifier->fabricate(object));
    9292                        newObject->setLoaderIndentation(object->getLoaderIndentation() + "  ");
    9393
Note: See TracChangeset for help on using the changeset viewer.