mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
parser: use 'override' keyword in subclasses
This commit is contained in:
committed by
Matthew Barr
parent
46ad39f253
commit
4c53bd4641
@@ -64,7 +64,7 @@ namespace ue2 {
|
||||
*/
|
||||
class ConstructLiteralVisitor : public ConstComponentVisitor {
|
||||
public:
|
||||
~ConstructLiteralVisitor();
|
||||
~ConstructLiteralVisitor() override;
|
||||
|
||||
/** \brief Thrown if this component does not represent a literal. */
|
||||
struct NotLiteral {};
|
||||
|
Reference in New Issue
Block a user