From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/Generating/TwoHeights.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Generating/TwoHeights.cpp') diff --git a/src/Generating/TwoHeights.cpp b/src/Generating/TwoHeights.cpp index dd05fe835..15c48eb26 100644 --- a/src/Generating/TwoHeights.cpp +++ b/src/Generating/TwoHeights.cpp @@ -17,8 +17,10 @@ class cTwoHeights: public cTerrainShapeGen { - typedef cTerrainShapeGen super; + using Super = cTerrainShapeGen; + public: + cTwoHeights(int a_Seed, cBiomeGenPtr a_BiomeGen): m_Seed(a_Seed), m_Choice(a_Seed), -- cgit v1.2.3