From cd20fb3432498b8871401bdd65a143197e2a6538 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 25 Mar 2009 23:42:57 +0100 Subject: A host of code style fixes Mostly putting & and * in the right place and making some getters const. --- src/shopitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shopitem.h') 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: -- cgit v1.2.3-70-g09d2