Changeset 2019 for code/branches/objecthierarchy/src/core/Factory.cc
- Timestamp:
- Oct 27, 2008, 4:08:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/Factory.cc
r1940 r2019 104 104 { 105 105 // To create the new branch of the class-hierarchy, we create a new object and delete it afterwards. 106 BaseObject* temp = (*it).second->fabricate( );106 BaseObject* temp = (*it).second->fabricate(0); 107 107 delete temp; 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.