summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Witch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Witch.h')
-rw-r--r--src/Mobs/Witch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Witch.h b/src/Mobs/Witch.h
index bd059f61d..884dc94c6 100644
--- a/src/Mobs/Witch.h
+++ b/src/Mobs/Witch.h
@@ -14,7 +14,7 @@ class cWitch :
typedef cAggressiveMonster super;
public:
- cWitch();
+ cWitch(CreateMonsterInfo a_Info);
CLASS_PROTODEF(cWitch)