aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/formatter.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/formatter.h b/src/formatter.h
index 5dd7622..30ecf42 100644
--- a/src/formatter.h
+++ b/src/formatter.h
@@ -179,9 +179,15 @@ namespace Bu
179 179
180 enum Special 180 enum Special
181 { 181 {
182 nl 182 nl,
183 flush
183 }; 184 };
184 185
186 void doFlush()
187 {
188 rOut.flush();
189 }
190
185 private: 191 private:
186 Stream &rOut; 192 Stream &rOut;
187 Fmt fLast; 193 Fmt fLast;