2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 12:59:12 +00:00

Merge pull request #110 from lioncash/override

MkCastTo: Use override where applicable
This commit is contained in:
2019-10-18 01:00:31 -07:00
committed by GitHub

View File

@@ -125,7 +125,7 @@ public:
for tp in CENTITY_TYPES: for tp in CENTITY_TYPES:
if type(tp) == tuple: if type(tp) == tuple:
headerf.write(' void Visit(%s* p);\n' % getqualified(tp)) headerf.write(' void Visit(%s* p) override;\n' % getqualified(tp))
headerf.write(''' headerf.write('''
T* GetPtr() const { return ptr; } T* GetPtr() const { return ptr; }