aboutsummaryrefslogtreecommitdiff
path: root/src/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deflate.h')
-rw-r--r--src/deflate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/deflate.h b/src/deflate.h
index 8ce283b..20d609a 100644
--- a/src/deflate.h
+++ b/src/deflate.h
@@ -9,7 +9,6 @@
9#define BU_DEFLATE_H 9#define BU_DEFLATE_H
10 10
11#include <stdint.h> 11#include <stdint.h>
12#include <zlib.h>
13 12
14#include "bu/filter.h" 13#include "bu/filter.h"
15 14
@@ -49,7 +48,7 @@ namespace Bu
49 48
50 private: 49 private:
51 void zError( int code ); 50 void zError( int code );
52 z_stream zState; 51 void *prState;
53 bool bReading; 52 bool bReading;
54 int nCompression; 53 int nCompression;
55 char *pBuf; 54 char *pBuf;