summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monspeak.h')
-rw-r--r--crawl-ref/source/monspeak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.h b/crawl-ref/source/monspeak.h
index 7a6559b04e..328ebd0a67 100644
--- a/crawl-ref/source/monspeak.h
+++ b/crawl-ref/source/monspeak.h
@@ -3,6 +3,6 @@
#include "externs.h"
-bool mons_speaks(struct monsters *monster);
+bool mons_speaks(const monsters *monster);
#endif