summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 22629b4f9a..45e87e73c4 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -10,7 +10,7 @@
#include "enum.h"
class monsters;
-class bolt;
+struct bolt;
void init_mons_spells();
bool is_valid_mon_spell(spell_type spell);