]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / fs_zip.h
index 58ff653e8af4a5e2c09fa6fe2a239bdc71a093bf..46426f971f705ee6105dcb22a0d7c03a46424b29 100644 (file)
@@ -37,7 +37,9 @@ 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: