diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-05-02 01:24:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-05-02 01:24:55 +0000 |
commit | fdf7e508f70bbf24adeb1beba2fc5ab825217f92 (patch) | |
tree | fb2703063670a3ed51665f5854d9d7b5fe68efbf /src/formatter.cpp | |
parent | b4f8ebcb496ca231fa737307a0f9757d01e37c7b (diff) | |
download | libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.gz libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.bz2 libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.xz libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.zip |
wow, bug fixes everywhere.
Diffstat (limited to '')
-rw-r--r-- | src/formatter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formatter.cpp b/src/formatter.cpp index 3e0f41e..ce92caa 100644 --- a/src/formatter.cpp +++ b/src/formatter.cpp | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | Bu::Formatter::Formatter( Stream &rStream ) : | 12 | Bu::Formatter::Formatter( Stream &rStream ) : |
13 | rStream( rStream ), | 13 | rStream( rStream ), |
14 | bTempFmt( false ), | ||
14 | uIndent( 0 ), | 15 | uIndent( 0 ), |
15 | cIndent( '\t' ) | 16 | cIndent( '\t' ) |
16 | { | 17 | { |