From f33fdd93ef93fdbb0e6b3a8e2ecb80b78f1b2816 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 27 Dec 2011 00:04:28 -0700 Subject: Branch building has started. --- src/astleaf.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/astleaf.cpp') diff --git a/src/astleaf.cpp b/src/astleaf.cpp index 6e29d7e..59a4e34 100644 --- a/src/astleaf.cpp +++ b/src/astleaf.cpp @@ -9,3 +9,8 @@ AstLeaf::~AstLeaf() { } +Bu::Formatter &operator<<( Bu::Formatter &f, const AstLeaf &l ) +{ + return f << l.getType(); +} + -- cgit v1.2.3