diff options
Diffstat (limited to 'src/gui/widgets/table.h')
-rw-r--r-- | src/gui/widgets/table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/table.h b/src/gui/widgets/table.h index 48075d53a..c4fab6a0d 100644 --- a/src/gui/widgets/table.h +++ b/src/gui/widgets/table.h @@ -32,9 +32,9 @@ #include <vector> #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class GuiTableActionListener; |