Changeset 5792 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Nov 27, 2005, 4:03:38 AM (19 years ago)
- Location:
- trunk/src/lib/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/class_list.cc
r5791 r5792 50 50 51 51 //! a List of all known Classes. 52 std::list<ClassList>* ClassList::classList = new std::list<ClassList>();52 std::list<ClassList>* ClassList::classList = NULL; 53 53 54 54 //! a List of all strings of all classes, that have registered so far. -
trunk/src/lib/lang/class_list.h
r5791 r5792 68 68 69 69 // STATIC MEMBERS 70 static std::list<ClassList>* 70 static std::list<ClassList>* classList; //!< The first Class in the List 71 71 static std::list<const char*> classNames; //!< a List of all Names of all classes, that have registered so far. 72 72 };
Note: See TracChangeset
for help on using the changeset viewer.