diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 15:08:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 15:08:45 +0300 |
commit | 974eff0d1607d9f2648ecd9fbb3abfd53aa6bec4 (patch) | |
tree | dfa587db88f559b404f509ac474dd633ef45449d /src/gui/popups/itempopup.h | |
parent | 294f449c2f2819971ce9528c9557fc3be8cd4ed1 (diff) | |
download | plus-974eff0d1607d9f2648ecd9fbb3abfd53aa6bec4.tar.gz plus-974eff0d1607d9f2648ecd9fbb3abfd53aa6bec4.tar.bz2 plus-974eff0d1607d9f2648ecd9fbb3abfd53aa6bec4.tar.xz plus-974eff0d1607d9f2648ecd9fbb3abfd53aa6bec4.zip |
Create public variable for itempopup.
Diffstat (limited to 'src/gui/popups/itempopup.h')
-rw-r--r-- | src/gui/popups/itempopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h index aa40181f4..05b024c57 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -78,4 +78,6 @@ class ItemPopup final : public Popup void setLabelColor(Label *label, const ItemType::Type type) const; }; +extern ItemPopup *itemPopup; + #endif // GUI_POPUPS_ITEMPOPUP_H |