summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-15 18:28:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-15 18:28:18 +0300
commitd98d44be10f40083906262f1a4dab1fac936718f (patch)
tree0cc0db2157c02f8d1011b9842a4e28bb81f7b2f5 /src
parent5fc61f321cbe6c8f4a4e6529c27603302f3d5eba (diff)
downloadplus-d98d44be10f40083906262f1a4dab1fac936718f.tar.gz
plus-d98d44be10f40083906262f1a4dab1fac936718f.tar.bz2
plus-d98d44be10f40083906262f1a4dab1fac936718f.tar.xz
plus-d98d44be10f40083906262f1a4dab1fac936718f.zip
Fix some style issues.
Diffstat (limited to 'src')
-rw-r--r--src/gui/windows/insertcarddialog.h2
-rw-r--r--src/net/ea/token.h6
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 <http://www.gnu.org/licenses/>.
*/
-#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;