Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5792 in orxonox.OLD for trunk


Ignore:
Timestamp:
Nov 27, 2005, 4:03:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: sync

Location:
trunk/src/lib/lang
Files:
2 edited

Legend:

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

    r5791 r5792  
    5050
    5151//! a List of all known Classes.
    52 std::list<ClassList>* ClassList::classList = new std::list<ClassList>();
     52std::list<ClassList>* ClassList::classList = NULL;
    5353
    5454//! a List of all strings of all classes, that have registered so far.
  • trunk/src/lib/lang/class_list.h

    r5791 r5792  
    6868
    6969    // STATIC MEMBERS
    70     static std::list<ClassList>*     classList;              //!< The first Class in the List
     70    static std::list<ClassList>*    classList;              //!< The first Class in the List
    7171    static std::list<const char*>   classNames;             //!< a List of all Names of all classes, that have registered so far.
    7272};
Note: See TracChangeset for help on using the changeset viewer.