diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-08 21:44:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-09 00:27:32 +0300 |
commit | ccc70b5bea8c59e316ed5d541c90ed4b78c4ea45 (patch) | |
tree | b576643d29ed5aea6f61edc8ab9eab28c64850ec /src | |
parent | fff9a49359916f7b6f5ef2674e633dab6d02319e (diff) | |
download | plus-ccc70b5bea8c59e316ed5d541c90ed4b78c4ea45.tar.gz plus-ccc70b5bea8c59e316ed5d541c90ed4b78c4ea45.tar.bz2 plus-ccc70b5bea8c59e316ed5d541c90ed4b78c4ea45.tar.xz plus-ccc70b5bea8c59e316ed5d541c90ed4b78c4ea45.zip |
improve itempopup class.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/itempopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp index 97330b511..74076dd5f 100644 --- a/src/gui/itempopup.cpp +++ b/src/gui/itempopup.cpp @@ -51,7 +51,7 @@ ItemPopup::ItemPopup() : mItemWeight(new TextBox(this)), mItemType(ITEM_UNUSABLE), mIcon(new Icon(this, nullptr)), - mLastName(""), + mLastName(), mLastColor(1) { // Item Name |