Changeset 9695 in orxonox.OLD for branches/new_class_id/src/lib/util
- Timestamp:
- Aug 23, 2006, 9:18:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/factory.cc
r9691 r9695 174 174 BaseObject* Factory::fabricate(const NewClassID& classID) 175 175 { 176 Factory::fabricate(classID.id());176 return Factory::fabricate(classID.id()); 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.