mirror of https://github.com/AxioDL/metaforce.git
Merge pull request #110 from lioncash/override
MkCastTo: Use override where applicable
This commit is contained in:
commit
c63ee167da
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue