Index: src/compiler/ast-loop-assignment-analyzer.h |
diff --git a/src/compiler/ast-loop-assignment-analyzer.h b/src/compiler/ast-loop-assignment-analyzer.h |
index 38eed5b63505c2d3176b34a2ce80ebba5299ec0c..cd56d0a7ef1b2f5943f0066f1c04c6ee3ef51705 100644 |
--- a/src/compiler/ast-loop-assignment-analyzer.h |
+++ b/src/compiler/ast-loop-assignment-analyzer.h |
@@ -45,7 +45,7 @@ class AstLoopAssignmentAnalyzer : public AstVisitor { |
LoopAssignmentAnalysis* Analyze(); |
-#define DECLARE_VISIT(type) void Visit##type(type* node) OVERRIDE; |
+#define DECLARE_VISIT(type) void Visit##type(type* node) override; |
AST_NODE_LIST(DECLARE_VISIT) |
#undef DECLARE_VISIT |