mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
parser: use 'override' keyword in subclasses
This commit is contained in:
committed by
Matthew Barr
parent
46ad39f253
commit
4c53bd4641
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user