Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Common/StdOutStream.h')
-rwxr-xr-xCommon/StdOutStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/StdOutStream.h b/Common/StdOutStream.h
index bf63bb3a..e8aba74a 100755
--- a/Common/StdOutStream.h
+++ b/Common/StdOutStream.h
@@ -17,6 +17,7 @@ public:
~CStdOutStream ();
bool Open(const char *fileName);
bool Close();
+ bool Flush();
CStdOutStream & operator<<(CStdOutStream & (* aFunction)(CStdOutStream &));
CStdOutStream & operator<<(const char *string);