summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 47aee1641a..845b114c49 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -8,7 +8,7 @@
#define MONABIL_H
class monsters;
-class bolt;
+struct bolt;
bool mon_special_ability(monsters *monster, bolt & beem);
void mon_nearby_ability(monsters *monster);