diff options
Diffstat (limited to 'src/textmanager.h')
-rw-r--r-- | src/textmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textmanager.h b/src/textmanager.h index ed4b80c5f..019214bb6 100644 --- a/src/textmanager.h +++ b/src/textmanager.h @@ -26,9 +26,9 @@ #include "guichanfwd.h" #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class Text; |