mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 20:11:41 -06:00
4.23
This commit is contained in:
committed by
Kornel Lesiński
parent
3c510ba80b
commit
ac2b563958
@@ -29,7 +29,7 @@ public:
|
||||
|
||||
void Free();
|
||||
CLZOutWindow(): _buffer(0), _stream(0) {}
|
||||
~CLZOutWindow() { Free(); /* ReleaseStream(); */ }
|
||||
~CLZOutWindow() { Free(); ReleaseStream(); }
|
||||
bool Create(UInt32 windowSize);
|
||||
|
||||
void SetStream(ISequentialOutStream *stream);
|
||||
|
||||
Reference in New Issue
Block a user