Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user