]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the...
[wxWidgets.git] / include / wx / fs_zip.h
index 26c1e8d43e2c6d0eaacffd53c7a76053daa04d67..ba864ce522a65c725c07f349b50eea8dd1246dbd 100644 (file)
@@ -33,9 +33,7 @@ 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();
 
     private: