Changeset 9633
- Timestamp:
- Aug 11, 2013, 11:02:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/object/ClassFactory.h
r9632 r9633 84 84 inline Identifiable* fabricate(Context* context) 85 85 { 86 return static_cast< OrxonoxClass*>(new T(context));86 return static_cast<Identifiable*>(new T(context)); 87 87 } 88 88 };
Note: See TracChangeset
for help on using the changeset viewer.