From 328387d6d0a14143f1634df11036a91fad85cec9 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 3 Dec 2014 07:46:55 +0100 Subject: Import directive. --- ASTPrinter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ASTPrinter.h') diff --git a/ASTPrinter.h b/ASTPrinter.h index e0757fbc..1a18fc4a 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -42,6 +42,7 @@ public: /// Output the string representation of the AST to _stream. void print(std::ostream& _stream); + bool visit(ImportDirective& _node) override; bool visit(ContractDefinition& _node) override; bool visit(StructDefinition& _node) override; bool visit(ParameterList& _node) override; @@ -73,7 +74,7 @@ public: bool visit(ElementaryTypeNameExpression& _node) override; bool visit(Literal& _node) override; - void endVisit(ASTNode& _node) override; + void endVisit(ImportDirective&) override; void endVisit(ContractDefinition&) override; void endVisit(StructDefinition&) override; void endVisit(ParameterList&) override; -- cgit v1.2.3