Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7163 in orxonox.OLD for trunk/src/lib/lang/class_list.h


Ignore:
Timestamp:
Feb 18, 2006, 5:21:03 PM (18 years ago)
Author:
bensch
Message:

trunk:fixed a runtime-bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/class_list.h

    r7162 r7163  
    5959    inline bool                           operator==(ClassID classID) { return (this->classID == classID); };
    6060    bool                                  operator==(const char* className);
     61    bool                                  operator<(ClassID classID) { return this->classID < classID; };
     62
    6163    inline ClassID                        getLeafClassID() const { return this->classID; };
    6264
Note: See TracChangeset for help on using the changeset viewer.