summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/show.h')
-rw-r--r--crawl-ref/source/show.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/show.h b/crawl-ref/source/show.h
index f21e24ece8..be71529485 100644
--- a/crawl-ref/source/show.h
+++ b/crawl-ref/source/show.h
@@ -50,7 +50,7 @@ struct show_type
show_type(dungeon_feature_type f);
show_type(const item_def &item);
show_type(show_item_type itemtype);
- show_type(const monsters* mons);
+ show_type(monster_type montype);
operator bool() const { return (cls != SH_NOTHING); }