X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7d5066c30ad602d38ab39e606088595463a86dc..2cbf701441257a130ba79489dcdd37db518cc08e:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 46426f971f..e98b3f82ad 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -10,10 +10,6 @@ #ifndef _WX_FS_ZIP_H_ #define _WX_FS_ZIP_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "fs_zip.h" -#endif - #include "wx/defs.h" #if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_STREAMS @@ -37,10 +33,8 @@ class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location); virtual wxString FindFirst(const wxString& spec, int flags = 0); virtual wxString FindNext(); -#if wxABI_VERSION >= 20602 /* 2.6.2+ only */ void Cleanup(); -#endif - ~wxZipFSHandler(); + virtual ~wxZipFSHandler(); private: // these vars are used by FindFirst/Next: