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/RoughRavines.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Generating/RoughRavines.h') diff --git a/src/Generating/RoughRavines.h b/src/Generating/RoughRavines.h index b326d7345..88b2f2e6d 100644 --- a/src/Generating/RoughRavines.h +++ b/src/Generating/RoughRavines.h @@ -14,12 +14,13 @@ -class cRoughRavines : +class cRoughRavines: public cGridStructGen { - typedef cGridStructGen super; + using Super = cGridStructGen; public: + cRoughRavines( int a_Seed, int a_MaxSize, int a_MinSize, -- cgit v1.2.3