summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Witch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Witch.h')
-rw-r--r--source/Mobs/Witch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Witch.h b/source/Mobs/Witch.h
index 2d21037bb..5b8c7ba4f 100644
--- a/source/Mobs/Witch.h
+++ b/source/Mobs/Witch.h
@@ -15,7 +15,7 @@ class cWitch :
public:
cWitch();
- virtual bool IsA(const char* a_EntityType) override;
+ CLASS_PROTODEF(cWitch);
virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
} ;