Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9568 for code/branches/core6


Ignore:
Timestamp:
Mar 24, 2013, 7:26:46 PM (11 years ago)
Author:
landauf
Message:

Super depends on Identifiable now

File:
1 edited

Legend:

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

    r9563 r9568  
    416416            };
    417417
    418         #define SUPER_CALL_ARGUMENTSfalse(...) OrxonoxClass* object
    419         #define SUPER_CALL_ARGUMENTS0(...)     OrxonoxClass* object
    420         #define SUPER_CALL_ARGUMENTStrue(...) OrxonoxClass* object, __VA_ARGS__
    421         #define SUPER_CALL_ARGUMENTS1(...)    OrxonoxClass* object, __VA_ARGS__
     418        #define SUPER_CALL_ARGUMENTSfalse(...) Identifiable* object
     419        #define SUPER_CALL_ARGUMENTS0(...)     Identifiable* object
     420        #define SUPER_CALL_ARGUMENTStrue(...) Identifiable* object, __VA_ARGS__
     421        #define SUPER_CALL_ARGUMENTS1(...)    Identifiable* object, __VA_ARGS__
    422422
    423423
Note: See TracChangeset for help on using the changeset viewer.