diff options
Diffstat (limited to 'src/astbranch.cpp')
-rw-r--r-- | src/astbranch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) | |||
31 | { | 31 | { |
32 | f << "(Branch " << b.getType() << ": "; | 32 | f << "(Branch " << b.getType() << ": "; |
33 | f.incIndent(); | 33 | f.incIndent(); |
34 | for( typename AstBranch::NodeList::const_iterator i = b.lNodes.begin(); | 34 | for( AstBranch::NodeList::const_iterator i = b.lNodes.begin(); |
35 | i; i++ ) | 35 | i; i++ ) |
36 | { | 36 | { |
37 | f << f.nl << *(*i); | 37 | f << f.nl << *(*i); |