aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-05-02 01:24:55 +0000
committerMike Buland <eichlan@xagasoft.com>2010-05-02 01:24:55 +0000
commitfdf7e508f70bbf24adeb1beba2fc5ab825217f92 (patch)
treefb2703063670a3ed51665f5854d9d7b5fe68efbf /src/formatter.cpp
parentb4f8ebcb496ca231fa737307a0f9757d01e37c7b (diff)
downloadlibbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.gz
libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.bz2
libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.xz
libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.zip
wow, bug fixes everywhere.
Diffstat (limited to 'src/formatter.cpp')
-rw-r--r--src/formatter.cpp1
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
12Bu::Formatter::Formatter( Stream &rStream ) : 12Bu::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{