summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-03 21:03:23 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-03 21:03:23 +0300
commit6938df9b82239a23637181f0de6f478336a0c33e (patch)
tree5f4558276759b8c959ea4e6352bca9a8f6732c6e /src/gui/widgets/itemcontainer.h
parent85accb7f6f5fdfa9f5861ef364be51be37b34513 (diff)
downloadplus-6938df9b82239a23637181f0de6f478336a0c33e.tar.gz
plus-6938df9b82239a23637181f0de6f478336a0c33e.tar.bz2
plus-6938df9b82239a23637181f0de6f478336a0c33e.tar.xz
plus-6938df9b82239a23637181f0de6f478336a0c33e.zip
show icon on protected items.
Diffstat (limited to 'src/gui/widgets/itemcontainer.h')
-rw-r--r--src/gui/widgets/itemcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/itemcontainer.h b/src/gui/widgets/itemcontainer.h
index da9167a7e..d17261c1c 100644
--- a/src/gui/widgets/itemcontainer.h
+++ b/src/gui/widgets/itemcontainer.h
@@ -194,6 +194,7 @@ class ItemContainer final : public gcn::Widget,
Inventory *mInventory;
Image *mSelImg;
+ Image *mProtectedImg;
std::string mName;
ItemPopup *mItemPopup;