mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 18:35:53 +00:00
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:
|
||||
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('''
|
||||
T* GetPtr() const { return ptr; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user