]> git.lyx.org Git - lyx.git/blobdiff - src/support/gzstream.h
Let paragraph::requestSpellcheck() consider contained insets
[lyx.git] / src / support / gzstream.h
index 858784dae94ea018a2e9dc2546924c439fc35712..7561162b2710aa8d8c1d3e64ea82006465171f99 100644 (file)
@@ -31,7 +31,6 @@
 
 // standard C++ with new header file names and std:: namespace
 #include <iostream>
-#include <fstream>
 #include <zlib.h>
 
 // For LyX
@@ -57,7 +56,7 @@ private:
 
     int flush_buffer();
 public:
-    gzstreambuf() : opened(0) {
+    gzstreambuf() : file(0), opened(0), mode(0) {
         setp( buffer, buffer + (bufferSize-1));
         setg( buffer + 4,     // beginning of putback area
               buffer + 4,     // read position