diff options
Diffstat (limited to 'src/Generating/PrefabStructure.h')
-rw-r--r-- | src/Generating/PrefabStructure.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |