From d98d44be10f40083906262f1a4dab1fac936718f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 15 Jul 2015 18:28:18 +0300 Subject: Fix some style issues. --- src/gui/windows/insertcarddialog.h | 2 +- src/net/ea/token.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/windows/insertcarddialog.h b/src/gui/windows/insertcarddialog.h index 938e1b57b..1ebc823b3 100644 --- a/src/gui/windows/insertcarddialog.h +++ b/src/gui/windows/insertcarddialog.h @@ -35,7 +35,7 @@ class InsertCardDialog final : public SellDialog * * @see Window::Window */ - InsertCardDialog(const int itemIndex); + explicit InsertCardDialog(const int itemIndex); A_DELETE_COPY(InsertCardDialog) diff --git a/src/net/ea/token.h b/src/net/ea/token.h index 0d806656c..5df984550 100644 --- a/src/net/ea/token.h +++ b/src/net/ea/token.h @@ -20,12 +20,12 @@ * along with this program. If not, see . */ -#include "enums/simpletypes/beingid.h" -#include "enums/being/gender.h" - #ifndef NET_EA_TOKEN_H #define NET_EA_TOKEN_H +#include "enums/simpletypes/beingid.h" +#include "enums/being/gender.h" + struct Token final { BeingId account_ID; -- cgit v1.2.3-60-g2f50