diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-25 13:27:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-25 13:27:25 +0300 |
commit | d671eb90eb2ba431ba15123309368520608e5ba3 (patch) | |
tree | c2658830de37e50d7c4b66a63e2164c666c2bf25 /src/item.cpp | |
parent | 7f60553aa81fe9e1889b1af12e0fe7db8d68f074 (diff) | |
download | plus-d671eb90eb2ba431ba15123309368520608e5ba3.tar.gz plus-d671eb90eb2ba431ba15123309368520608e5ba3.tar.bz2 plus-d671eb90eb2ba431ba15123309368520608e5ba3.tar.xz plus-d671eb90eb2ba431ba15123309368520608e5ba3.zip |
Fix align in constructors.
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |