diff options
Diffstat (limited to 'src/net/tmwa/tradehandler.h')
-rw-r--r-- | src/net/tmwa/tradehandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/tradehandler.h b/src/net/tmwa/tradehandler.h index 064f1f618..89f8d8a3a 100644 --- a/src/net/tmwa/tradehandler.h +++ b/src/net/tmwa/tradehandler.h @@ -29,9 +29,9 @@ #include "net/tmwa/messagehandler.h" #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif namespace TmwAthena |