Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9901 in orxonox.OLD for branches/network/src/lib/lang/base_object.h


Ignore:
Timestamp:
Oct 26, 2006, 5:54:19 PM (18 years ago)
Author:
rennerc
Message:

link error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/lang/base_object.h

    r9869 r9901  
    7171protected:
    7272  std::string        objectName;       //!< The name of this object
     73  ClassID            leafClassID;      //!< classId of leaf class
    7374
    7475private:
     
    107108{
    108109  this->_classes.push_front(ClassEntry(&objectList, objectList.registerObject(object)));
     110  this->leafClassID = object->getClassID();
    109111}
    110112
Note: See TracChangeset for help on using the changeset viewer.