From d671eb90eb2ba431ba15123309368520608e5ba3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 13:27:25 +0300 Subject: Fix align in constructors. --- src/resources/map/mapitem.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/resources/map/mapitem.cpp') diff --git a/src/resources/map/mapitem.cpp b/src/resources/map/mapitem.cpp index e035d88b3..bb3b0766c 100644 --- a/src/resources/map/mapitem.cpp +++ b/src/resources/map/mapitem.cpp @@ -33,7 +33,7 @@ #include "debug.h" -MapItem::MapItem(): +MapItem::MapItem() : mImage(nullptr), mComment(), mName(), @@ -44,7 +44,7 @@ MapItem::MapItem(): setType(MapItemType::EMPTY); } -MapItem::MapItem(const int type): +MapItem::MapItem(const int type) : mImage(nullptr), mComment(), mName(), @@ -55,7 +55,7 @@ MapItem::MapItem(const int type): setType(type); } -MapItem::MapItem(const int type, std::string comment): +MapItem::MapItem(const int type, std::string comment) : mImage(nullptr), mComment(comment), mName(), @@ -67,7 +67,7 @@ MapItem::MapItem(const int type, std::string comment): } MapItem::MapItem(const int type, std::string comment, - const int x, const int y): + const int x, const int y) : mImage(nullptr), mComment(comment), mName(), -- cgit v1.2.3-70-g09d2