summaryrefslogtreecommitdiffstats
path: root/src/Generating/VillageGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/VillageGen.h')
-rw-r--r--src/Generating/VillageGen.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Generating/VillageGen.h b/src/Generating/VillageGen.h
index 9de8552b1..42c5b7bb0 100644
--- a/src/Generating/VillageGen.h
+++ b/src/Generating/VillageGen.h
@@ -23,11 +23,13 @@ class cVillagePiecePool;
-class cVillageGen :
+class cVillageGen:
public cGridStructGen
{
- typedef cGridStructGen super;
+ using Super = cGridStructGen;
+
public:
+
/** Creates a new instance of the generator with the specified parameters. */
cVillageGen(
int a_Seed,