- Timestamp:
- Aug 11, 2013, 11:00:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/SubclassIdentifier.h
r9629 r9632 165 165 T* fabricate(Context* context) const 166 166 { 167 OrxonoxClass* newObject = this->identifier_->fabricate(context);167 Identifiable* newObject = this->identifier_->fabricate(context); 168 168 169 169 // Check if the creation was successful
Note: See TracChangeset
for help on using the changeset viewer.