Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2007, 6:37:35 AM (16 years ago)
Author:
scheusso
Message:

started implementing presentation ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/CoreIncludes.h

    r497 r531  
    5757#define InternRegisterRootObject(ClassName) \
    5858    if (orxonox::Identifier::isCreatingHierarchy() && !this->getParents()) \
    59         this->setParents(new IdentifierList()); \
     59        this->setParents(new orxonox::IdentifierList()); \
    6060    InternRegisterObject(ClassName, true)
    6161
Note: See TracChangeset for help on using the changeset viewer.