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 66c0275b46..2e00c44c99 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -67,7 +67,7 @@ void inscribe_item( item_def &item, bool proper_prompt );
/* ***********************************************************************
* called from: command - direct
* *********************************************************************** */
-void describe_monsters(monsters &mons);
+void describe_monsters(const monsters &mons);
// last updated 12 Jun 2008 {jpeg}
/* ***********************************************************************