Changeset 9709 in orxonox.OLD for branches/new_class_id/src/lib/util/loading/dynamic_loader.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/dynamic_loader.cc
r9684 r9709 31 31 */ 32 32 DynamicLoader::DynamicLoader (const std::string& libName) 33 : Factory( NULL, 0)33 : Factory(libName) 34 34 { 35 35 this->registerObject(this, DynamicLoader::_objectList);
Note: See TracChangeset
for help on using the changeset viewer.