diff options
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 de552eca7..fff3b817d 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -89,6 +89,8 @@ class ItemPopup final : public Popup ItemDbTypeT mItemType; Icon *mIcon A_NONNULLPOINTER; std::string mLastName; + std::string mCardsStr; + std::string mItemOptionsStr; int mLastId; ItemColor mLastColor; |