Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 24, 2011, 3:28:55 PM (13 years ago)
Author:
dafrick
Message:

Moved clone base method into Pickupable to avoid ambiguity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/OrxonoxClass.h

    r8858 r8866  
    115115            bool isDirectParentOf(const OrxonoxClass* object);
    116116
    117             virtual void clone(OrxonoxClass*& item) {}
    118 
    119117            /// Returns the number of @ref orxonox::SmartPtr "smart pointers" that point to this object.
    120118            inline unsigned int getReferenceCount() const
     
    197195    };
    198196
    199     SUPER_FUNCTION(11, OrxonoxClass, clone, false);
    200197}
    201198
Note: See TracChangeset for help on using the changeset viewer.