diff options
Diffstat (limited to 'src/formatter.cpp')
-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 | { |