From 1bd7f709f5217b248fcb3a4c7be2eeca84fec795 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 15:53:38 -0700 Subject: This commit...I dunno I'm using a different version of everything, and I don't know if it's forward compatible or not. --- src/astbranch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/astbranch.cpp') diff --git a/src/astbranch.cpp b/src/astbranch.cpp index a422a62..e506d9c 100644 --- a/src/astbranch.cpp +++ b/src/astbranch.cpp @@ -31,7 +31,7 @@ Bu::Formatter &operator<<( Bu::Formatter &f, const AstBranch &b ) { f << "(Branch " << b.getType() << ": "; f.incIndent(); - for( typename AstBranch::NodeList::const_iterator i = b.lNodes.begin(); + for( AstBranch::NodeList::const_iterator i = b.lNodes.begin(); i; i++ ) { f << f.nl << *(*i); -- cgit v1.2.3