X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..ceb71775b49c111a201765e736f543da72d902e4:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 0678587f36..5f4dc0b883 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -48,6 +48,8 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler wxHashTableLong *m_DirsFound; wxString DoFind(); + + DECLARE_NO_COPY_CLASS(wxZipFSHandler) };