summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index 774392cc0..6657b98f3 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -32,9 +32,9 @@
#include <guichan/mouselistener.hpp>
#ifdef __GNUC__
-#define _UNUSED_ __attribute__ ((unused))
+#define A_UNUSED __attribute__ ((unused))
#else
-#define _UNUSED_
+#define A_UNUSED
#endif
class ActorSprite;