| Index: src/ast-this-access-visitor.h
|
| diff --git a/src/ast-this-access-visitor.h b/src/ast-this-access-visitor.h
|
| index 277553defdc65246845df46dfe4c6e5546016101..60309815ed603041ac6e778f1e650a32383dbfc9 100644
|
| --- a/src/ast-this-access-visitor.h
|
| +++ b/src/ast-this-access-visitor.h
|
| @@ -15,7 +15,7 @@ class AstThisAccessVisitor : public AstVisitor {
|
|
|
| bool UsesThis() { return uses_this_; }
|
|
|
| -#define DECLARE_VISIT(type) virtual void Visit##type(type* node);
|
| +#define DECLARE_VISIT(type) void Visit##type(type* node) OVERRIDE;
|
| AST_NODE_LIST(DECLARE_VISIT)
|
| #undef DECLARE_VISIT
|
|
|
|
|