summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
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 2a8becbce6..af11c6389e 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -36,7 +36,7 @@ class Stash
public:
Stash(int xp = -1, int yp = -1);
- static void filter(unsigned char base_type, unsigned char sub_type);
+ static void filter(object_class_type base_type, unsigned char sub_type);
static void filter(const std::string &filt);
static std::string stash_item_name(const item_def &item);