From bf9fc1de4c53a88a28be48dbf7cf4795199442d4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Sep 2019 03:27:33 +0300 Subject: Add missing static keywords --- src/gui/popups/itempopup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/popups/itempopup.h') diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h index 903875b34..d42bee103 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -78,7 +78,8 @@ class ItemPopup final : public Popup private: std::string getCardsString(const int *const cards); - std::string getOptionsString(const ItemOptionsList *const options); + static std::string getOptionsString(const ItemOptionsList *const + options); Label *mItemName A_NONNULLPOINTER; TextBox *mItemDesc A_NONNULLPOINTER; -- cgit v1.2.3-60-g2f50