Index: src/string-stream.h |
diff --git a/src/string-stream.h b/src/string-stream.h |
index 0ba8f52d44033d842a4f22a9c3bf1844f9a75986..4abe64515491813c92c58b16f40a6e78b3eb7bf1 100644 |
--- a/src/string-stream.h |
+++ b/src/string-stream.h |
@@ -137,6 +137,7 @@ class StringStream { |
FmtElm arg1, |
FmtElm arg2, |
FmtElm arg3); |
+ void Remove(unsigned num_of_chars); |
// Getting the message out. |
void OutputToFile(FILE* out); |