diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 449d9f91c..42616d389 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -132,6 +132,8 @@ class ShopItem final : public Item { return mDisplayName; } protected: + void updateDisplayName(const int quantity); + std::string mDisplayName; /** |