summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index fdd48acfbb..66c056c8a6 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -530,9 +530,7 @@ public:
bool is_global() const;
void make_global();
- // Not const since it now tries to patch up problems instead of
- // merely asserting.
- void assert_validity();
+ void assert_validity() const;
const std::string short_name() const;