]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zipstrm.h
fixing xti problems
[wxWidgets.git] / include / wx / zipstrm.h
index 4f53254dc02cb27931682a628b13d37ae8010e2c..b8a098c0e0c5ee8b9933a407237d504c8596cbe0 100644 (file)
@@ -26,7 +26,7 @@
 //--------------------------------------------------------------------------------
 
 
-class WXDLLEXPORT wxZipInputStream : public wxInputStream
+class WXDLLIMPEXP_BASE wxZipInputStream : public wxInputStream
 {
 public:
     wxZipInputStream(const wxString& archive, const wxString& 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)
 };