summaryrefslogtreecommitdiff
path: root/include/package/Inflater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/package/Inflater.hxx')
-rw-r--r--include/package/Inflater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package/Inflater.hxx b/include/package/Inflater.hxx
index 2abfad209341..a974534bc901 100644
--- a/include/package/Inflater.hxx
+++ b/include/package/Inflater.hxx
@@ -39,7 +39,7 @@ protected:
sal_Int32 doInflateBytes (css::uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewLength);
public:
- Inflater(bool bNoWrap = false);
+ Inflater(bool bNoWrap);
~Inflater();
void SAL_CALL setInput( const css::uno::Sequence< sal_Int8 >& rBuffer );
bool SAL_CALL needsDictionary( ) { return bNeedDict;}