diff options
Diffstat (limited to 'src/deflate.h')
-rw-r--r-- | src/deflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deflate.h b/src/deflate.h index cab9b51..8ce283b 100644 --- a/src/deflate.h +++ b/src/deflate.h | |||
@@ -34,7 +34,7 @@ namespace Bu | |||
34 | AutoGzip = 0x04|0x03 | 34 | AutoGzip = 0x04|0x03 |
35 | }; | 35 | }; |
36 | 36 | ||
37 | Deflate( Bu::Stream &rNext, int nCompression=9, Format eFmt=AutoRaw ); | 37 | Deflate( Bu::Stream &rNext, int nCompression=-1, Format eFmt=AutoRaw ); |
38 | virtual ~Deflate(); | 38 | virtual ~Deflate(); |
39 | 39 | ||
40 | virtual void start(); | 40 | virtual void start(); |