diff options
Diffstat (limited to 'src/gui/buydialog.h')
-rw-r--r-- | src/gui/buydialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index eabf26ef8..0ba2e5cb3 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -31,9 +31,9 @@ #include <guichan/selectionlistener.hpp> #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class ShopItems; |