X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..cba5a276e4821a0ae7d1e7a435d6aab38baa0a9f:/include/wx/zipstrm.h?ds=sidebyside diff --git a/include/wx/zipstrm.h b/include/wx/zipstrm.h index 4b8b4cf346..77236c3f63 100644 --- a/include/wx/zipstrm.h +++ b/include/wx/zipstrm.h @@ -9,7 +9,7 @@ #ifndef __ZIPSTREAM_H__ #define __ZIPSTREAM_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "zipstrm.h" #endif @@ -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) };