This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 352 for ps


Ignore:
Timestamp:
06/02/04 17:22:53 (21 years ago)
Author:
Simon Brenner
Message:

ADD_TYPE macro: added the extra macro argument used by the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/gui/IGUIObject.cpp

    r291 r352  
    210210}
    211211
    212 #define ADD_TYPE(type)                                  \
     212#define ADD_TYPE(type, type_name)                                   \
    213213    else                                                \
    214214    if (set.m_Type == GUIST_##type)                     \
Note: See TracChangeset for help on using the changeset viewer.