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/PrefabStructure.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Generating/PrefabStructure.h') diff --git a/src/Generating/PrefabStructure.h b/src/Generating/PrefabStructure.h index 423408396..e102b4863 100644 --- a/src/Generating/PrefabStructure.h +++ b/src/Generating/PrefabStructure.h @@ -19,9 +19,10 @@ class cPrefabStructure: public cGridStructGen::cStructure { - typedef cGridStructGen::cStructure Super; + using Super = cGridStructGen::cStructure; public: + cPrefabStructure( int a_GridX, int a_GridZ, int a_OriginX, int a_OriginZ, -- cgit v1.2.3