diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 08a5c8d2..f552c0fe 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -117,7 +117,7 @@ class ShopItem : public Item * * @return the display name for the item in the shop list */ - const std::string& getDisplayName() const + const std::string &getDisplayName() const { return mDisplayName; } protected: |