]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zipstrm.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / zipstrm.h
index 6486492a5addc60e26a4717e06ad85f99fbd35b4..618403f95c9a16288f94b60821e38a230154f368 100644 (file)
@@ -346,8 +346,9 @@ private:
     int m_level;
     wxFileOffset m_offsetAdjustment;
     wxString m_Comment;
+    bool m_endrecWritten;
 
-    DECLARE_NO_COPY_CLASS(wxZipOutputStream)
+    wxDECLARE_NO_COPY_CLASS(wxZipOutputStream);
 };
 
 
@@ -445,7 +446,7 @@ private:
     friend class wxArchiveFSHandler;
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxZipInputStream)
+    wxDECLARE_NO_COPY_CLASS(wxZipInputStream);
 };