]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / fs_zip.h
index 3293151b121e9ec0c19c6354d04f9f301fc3db38..46426f971f705ee6105dcb22a0d7c03a46424b29 100644 (file)
@@ -37,6 +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: