diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-19 15:09:34 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-03-19 15:22:55 +0100 |
commit | 04366df3bca16d4e0cbe254551e44427ae6338bb (patch) | |
tree | 92fcb6ed5e6f877aecd53777b07c389f643b710e /shell/inc/internal/basereader.hxx | |
parent | 43061897a69fbfc765170e87588f843fbd540e52 (diff) |
Simple Zip file-format implementation to avoid the need of minizip
Diffstat (limited to 'shell/inc/internal/basereader.hxx')
-rw-r--r-- | shell/inc/internal/basereader.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/basereader.hxx b/shell/inc/internal/basereader.hxx index bb5c27645e2a..7a154103e44c 100644 --- a/shell/inc/internal/basereader.hxx +++ b/shell/inc/internal/basereader.hxx @@ -46,7 +46,7 @@ public: protected: // protected because its only an implementation relevant class CBaseReader( const std::string& DocumentName ); - CBaseReader( void* stream, zlib_filefunc_def* fa ); + CBaseReader( StreamInterface *stream ); virtual void start_document(); |