summaryrefslogtreecommitdiffstats
path: root/src/Mobs/ZombieVillager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/ZombieVillager.h')
-rw-r--r--src/Mobs/ZombieVillager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Mobs/ZombieVillager.h b/src/Mobs/ZombieVillager.h
index c4c4ae3d1..2a3e67959 100644
--- a/src/Mobs/ZombieVillager.h
+++ b/src/Mobs/ZombieVillager.h
@@ -7,12 +7,13 @@
-class cZombieVillager :
+class cZombieVillager:
public cAggressiveMonster
{
- typedef cAggressiveMonster super;
+ using Super = cAggressiveMonster;
public:
+
cZombieVillager(cVillager::eVillagerType a_Profession);
CLASS_PROTODEF(cZombieVillager)