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/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index 49a6bd7a6..90ff716bb 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -39,7 +39,7 @@ DragDrop dragDrop(nullptr, DRAGDROP_SOURCE_EMPTY); Item::Item(const int id, const int quantity, const int refine, const unsigned char color, const bool equipment, - const bool equipped): + const bool equipped) : mId(0), mColor(0), mQuantity(quantity), -- cgit v1.2.3-70-g09d2