Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 29, 2005, 1:48:52 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

File:
1 edited

Legend:

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

    r5792 r5821  
    5353    static void                           debugS(const char* className = 0x0, unsigned int debugLevel = 0);
    5454
    55     bool                                  operator==(ClassID classID) { return (this->classID == classID); };
     55    inline bool                           operator==(ClassID classID) { return (this->classID == classID); };
    5656    bool                                  operator==(const char* className);
    5757
Note: See TracChangeset for help on using the changeset viewer.