Mark an overriden method in a subclass with ‘override’.
This commit is contained in:
parent
927608b393
commit
7d39ad584f
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ protected:
|
||||||
// Type sanitization: return existing sanitized (temporary) type if there is one, else make new one.
|
// Type sanitization: return existing sanitized (temporary) type if there is one, else make new one.
|
||||||
TType* sanitizeType(TType*);
|
TType* sanitizeType(TType*);
|
||||||
|
|
||||||
void finish(); // post-processing
|
void finish() override; // post-processing
|
||||||
|
|
||||||
// Current state of parsing
|
// Current state of parsing
|
||||||
struct TPragma contextPragma;
|
struct TPragma contextPragma;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue