summaryrefslogtreecommitdiffstats
path: root/src/Mobs/EnderDragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/EnderDragon.h')
-rw-r--r--src/Mobs/EnderDragon.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/EnderDragon.h b/src/Mobs/EnderDragon.h
index 43acdcd54..1856d165c 100644
--- a/src/Mobs/EnderDragon.h
+++ b/src/Mobs/EnderDragon.h
@@ -7,13 +7,14 @@
-class cEnderDragon :
+class cEnderDragon:
public cAggressiveMonster
{
- typedef cAggressiveMonster super;
+ using Super = cAggressiveMonster;
public:
- cEnderDragon(void);
+
+ cEnderDragon();
CLASS_PROTODEF(cEnderDragon)