summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2010-02-24 18:54:15 -0800
committerSteven Noonan <steven@uplinklabs.net>2010-02-24 18:54:15 -0800
commit38f519b830d307098284ea99308936f288208539 (patch)
treef2dc7934f3d83f3358e99797f5018937ead372b9 /crawl-ref/source/stash.h
parentebded3208a5239d82fb8022048ecaf50a4069df3 (diff)
downloadcrawl-ref-38f519b830d307098284ea99308936f288208539.tar.gz
crawl-ref-38f519b830d307098284ea99308936f288208539.zip
stash.{cc,h}: remove meaningless qualifier on return type
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index e536171ebc..06f2ff2ae0 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -362,7 +362,7 @@ public:
const level_id &place();
const ShopInfo* shop();
- const unsigned price();
+ unsigned price();
private:
level_id m_place;