diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/zcodec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx index b93f796983c5..c7424ab592cb 100644 --- a/include/tools/zcodec.hxx +++ b/include/tools/zcodec.hxx @@ -54,7 +54,7 @@ class TOOLS_DLLPUBLIC ZCodec void* mpsC_Stream; void InitCompress(); - void InitDecompress(); + void InitDecompress(SvStream & inStream); void ImplWriteBack(); void UpdateCRC( sal_uInt8* pSource, long nDatSize ); |