summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Spider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Spider.h')
-rw-r--r--src/Mobs/Spider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Spider.h b/src/Mobs/Spider.h
index 51e65d028..813d2e266 100644
--- a/src/Mobs/Spider.h
+++ b/src/Mobs/Spider.h
@@ -15,7 +15,7 @@ class cSpider :
public:
cSpider(void);
- CLASS_PROTODEF(cSpider);
+ CLASS_PROTODEF(cSpider)
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;