From 1b553860436238f44a5dd781187ea6361002fcf0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Apr 2014 21:23:37 +0300 Subject: Fix compilation with old gcc and clang. --- src/gui/setupactiondata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') diff --git a/src/gui/setupactiondata.h b/src/gui/setupactiondata.h index b27aa5483..94a16668f 100644 --- a/src/gui/setupactiondata.h +++ b/src/gui/setupactiondata.h @@ -33,6 +33,7 @@ struct SetupActionData final { +#ifdef ADVGCC SetupActionData(const std::string name0, const int actionId0, const std::string text0) : @@ -42,6 +43,7 @@ struct SetupActionData final { } A_DELETE_COPY(SetupActionData) +#endif std::string name; const int actionId; -- cgit v1.2.3-60-g2f50