aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r--ASTPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ASTPrinter.h b/ASTPrinter.h
index e8d125a5..14592e2b 100644
--- a/ASTPrinter.h
+++ b/ASTPrinter.h
@@ -102,6 +102,7 @@ public:
private:
void printSourcePart(ASTNode const& _node);
+ void printType(Expression const& _expression);
std::string getIndentation() const;
void writeLine(std::string const& _line);
bool goDeeper() { m_indentation++; return true; }