diff options
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index 0b8287643..55dfafc38 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -43,9 +43,9 @@ class TabbedArea; struct SkillInfo; #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif /** |