diff options
-rw-r--r-- | src/localconsts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index da08a7b7c..634fb171f 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -23,8 +23,8 @@ #define nullptr 0 #define final #define override -#define A_DELETE -#define A_DELETE_COPY +#define A_DELETE(func) +#define A_DELETE_COPY(func) #else #define GCC_VERSION (__GNUC__ * 10000 \ + __GNUC_MINOR__ * 100 \ |