X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..ceb71775b49c111a201765e736f543da72d902e4:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index cfc1a99525..5f4dc0b883 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -16,7 +16,7 @@ #include "wx/wxprec.h" -#ifdef __BORDLANDC__ +#ifdef __BORLANDC__ #pragma hdrstop #endif @@ -48,6 +48,8 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler wxHashTableLong *m_DirsFound; wxString DoFind(); + + DECLARE_NO_COPY_CLASS(wxZipFSHandler) };