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 10b9d83fd15a0136f04f3e4b70e7e3a3a4f9ed1a..00a7f2d79d4387a98d85a004b57a1829e407ac96 100644 |
--- a/src/compiler/ast-loop-assignment-analyzer.h |
+++ b/src/compiler/ast-loop-assignment-analyzer.h |
@@ -46,7 +46,7 @@ class AstLoopAssignmentAnalyzer : public AstVisitor { |
LoopAssignmentAnalysis* Analyze(); |
-#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 |