]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zipstrm.h
Removed wxHTMLHelpControllerBase (putting the
[wxWidgets.git] / include / wx / zipstrm.h
index 4f53254dc02cb27931682a628b13d37ae8010e2c..77236c3f63dc4e55a70120e6234451abc31a4032 100644 (file)
@@ -49,6 +49,8 @@ private:
     // this void* is handle of archive . I'm sorry it is void and not proper
     // type but I don't want to make unzip.h header public.
     void *m_Archive;
+
+    DECLARE_NO_COPY_CLASS(wxZipInputStream)
 };