summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index a6918e9c0a..c1f044eefe 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -28,6 +28,6 @@ const shop_struct *get_shop(int sx, int sy);
std::string shop_name(int sx, int sy);
-bool shoptype_identifies_stock(int shoptype);
+bool shoptype_identifies_stock(shop_type type);
#endif