summaryrefslogtreecommitdiff
path: root/src/shopitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shopitem.h')
-rw-r--r--src/shopitem.h2
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: