summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h
index 0f122a876..bad4a0a4e 100644
--- a/src/gui/shopwindow.h
+++ b/src/gui/shopwindow.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 CheckBox;