summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 32868ddaf7..97ad8848f3 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -62,7 +62,7 @@ void describe_spell(int spelled);
/* ***********************************************************************
* called from: describe_monsters - describe, kill_ghost - Kills
* *********************************************************************** */
-std::string ghost_description(bool concise = false);
+std::string ghost_description(const monsters &mons, bool concise = false);
const char *trap_name(trap_type trap);
int str_to_trap(const std::string &s);