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 '7zip/Archive/Common/DummyOutStream.h')
-rwxr-xr-x7zip/Archive/Common/DummyOutStream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/7zip/Archive/Common/DummyOutStream.h b/7zip/Archive/Common/DummyOutStream.h
index 2e66cd3d..51690787 100755
--- a/7zip/Archive/Common/DummyOutStream.h
+++ b/7zip/Archive/Common/DummyOutStream.h
@@ -14,7 +14,6 @@ public:
MY_UNKNOWN_IMP
STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
- STDMETHOD(WritePart)(const void *data, UInt32 size, UInt32 *processedSize);
private:
CMyComPtr<ISequentialOutStream> m_Stream;
public: