diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index e40dd50c2..46cb077e1 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -31,9 +31,9 @@ #include <SDL_types.h> #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class Item; |