X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..69108ccb4e8de4279ffa0fdd4e23ea3666f84e92:/include/wx/zipstrm.h?ds=sidebyside diff --git a/include/wx/zipstrm.h b/include/wx/zipstrm.h index 4f53254dc0..77236c3f63 100644 --- a/include/wx/zipstrm.h +++ b/include/wx/zipstrm.h @@ -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) };