Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 11:00:43 AM (11 years ago)
Author:
landauf
Message:

Factory::fabricate() returns an Identifiable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/class/SubclassIdentifier.h

    r9629 r9632  
    165165            T* fabricate(Context* context) const
    166166            {
    167                 OrxonoxClass* newObject = this->identifier_->fabricate(context);
     167                Identifiable* newObject = this->identifier_->fabricate(context);
    168168
    169169                // Check if the creation was successful
Note: See TracChangeset for help on using the changeset viewer.