parser: use 'override' keyword in subclasses

This commit is contained in:
Justin Viiret
2015-11-03 16:11:56 +11:00
committed by Matthew Barr
parent 46ad39f253
commit 4c53bd4641
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ public:
ReferenceVisitor(size_t num_groups, const flat_set<string> &targets)
: num_ids(num_groups), names(targets) {}
~ReferenceVisitor();
~ReferenceVisitor() override;
void invalid_index(const char *component, unsigned id) {
assert(component);