Commit 7d39ad58 by Alex Szpakowski

Mark an overriden method in a subclass with ‘override’.

parent 927608b3
......@@ -231,7 +231,7 @@ protected:
// Type sanitization: return existing sanitized (temporary) type if there is one, else make new one.
TType* sanitizeType(TType*);
void finish(); // post-processing
void finish() override; // post-processing
// Current state of parsing
struct TPragma contextPragma;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment