Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9633


Ignore:
Timestamp:
Aug 11, 2013, 11:02:59 AM (11 years ago)
Author:
landauf
Message:

forgot one line in the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/object/ClassFactory.h

    r9632 r9633  
    8484            inline Identifiable* fabricate(Context* context)
    8585            {
    86                 return static_cast<OrxonoxClass*>(new T(context));
     86                return static_cast<Identifiable*>(new T(context));
    8787            }
    8888    };
Note: See TracChangeset for help on using the changeset viewer.