From 88c6a0aa757df0ec38bc67f2cf314f8be3efd0ce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Apr 2014 19:52:16 +0300 Subject: Fix code style in gui. --- src/gui/setupactiondata.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/gui/setupactiondata.h') diff --git a/src/gui/setupactiondata.h b/src/gui/setupactiondata.h index d146a334f..b27aa5483 100644 --- a/src/gui/setupactiondata.h +++ b/src/gui/setupactiondata.h @@ -33,6 +33,16 @@ struct SetupActionData final { + SetupActionData(const std::string name0, + const int actionId0, + const std::string text0) : + name(name0), + actionId(actionId0), + text(text0) + { } + + A_DELETE_COPY(SetupActionData) + std::string name; const int actionId; std::string text; -- cgit v1.2.3-70-g09d2