Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 11:19:54 AM (16 years ago)
Author:
rgrieder
Message:

Replaced macro "Class" with "GetClassIdentifier" to avoid future collision because the macro is very short.
"ID" was already replaced with the introduction of CEGUI which used ID somewhere as non-macro. The compiler error was completely misleading though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CoreIncludes.h

    r1755 r1787  
    9797    @param ClassName The name of the class
    9898*/
    99 #define Class(ClassName) \
     99#define GetClassIdentifier(ClassName) \
    100100    ClassIdentifier<ClassName>::getIdentifier()
    101101
Note: See TracChangeset for help on using the changeset viewer.