From 9141725cf238c028dd00f4a7f814878031ef48a0 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 22 Oct 2014 20:35:35 +0200 Subject: Documentation for AST, Parser, Scanner and other classes. --- ASTPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ASTPrinter.cpp') diff --git a/ASTPrinter.cpp b/ASTPrinter.cpp index 44245ed4..b933e7ca 100644 --- a/ASTPrinter.cpp +++ b/ASTPrinter.cpp @@ -87,7 +87,7 @@ bool ASTPrinter::visit(TypeName& _node) bool ASTPrinter::visit(ElementaryTypeName& _node) { - writeLine(std::string("ElementaryTypeName ") + Token::toString(_node.getType())); + writeLine(std::string("ElementaryTypeName ") + Token::toString(_node.getTypeName())); printSourcePart(_node); return goDeeper(); } -- cgit v1.2.3