From 26146784b5a41dd77d31d7713260c1343b575677 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Oct 2012 13:24:29 +0300 Subject: Fix compilation issues with different flags. --- src/localconsts.h | 4 ++-- 1 file 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 \ -- cgit v1.2.3-60-g2f50