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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Mobs/Witch.h b/src/Mobs/Witch.h
index 706fcd9b3..44f4ba271 100644
--- a/src/Mobs/Witch.h
+++ b/src/Mobs/Witch.h
@@ -7,12 +7,13 @@
-class cWitch :
+class cWitch:
public cAggressiveMonster
{
- typedef cAggressiveMonster super;
+ using Super = cAggressiveMonster;
public:
+
cWitch();
CLASS_PROTODEF(cWitch)