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/Super.h

    r8863 r8866  
    566566        SUPER_FUNCTION_GLOBAL_DECLARATION_PART2;
    567567
    568         SUPER_FUNCTION_GLOBAL_DECLARATION_PART1(11, clone, true, OrxonoxClass* item)
     568        SUPER_FUNCTION_GLOBAL_DECLARATION_PART1(11, clone, true, OrxonoxClass*& item)
    569569            (item)
    570570        SUPER_FUNCTION_GLOBAL_DECLARATION_PART2;
Note: See TracChangeset for help on using the changeset viewer.