diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:27:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:30:11 +0300 |
commit | bf9fc1de4c53a88a28be48dbf7cf4795199442d4 (patch) | |
tree | 46018d5b85c669961fb2fe6ab8af06f432139999 /src/gui/popups | |
parent | fdf8230a80fa418e4b46dc489e5b2dda7901b55c (diff) | |
download | manaverse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.gz manaverse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.bz2 manaverse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.xz manaverse-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.zip |
Add missing static keywords
Diffstat (limited to 'src/gui/popups')
-rw-r--r-- | src/gui/popups/itempopup.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |