X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..caa251e0739fb50063849598fee09372c9dbafd6:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 1687d56655..a17141d967 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -10,7 +10,7 @@ #ifndef _WX_FS_ZIP_H_ #define _WX_FS_ZIP_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "fs_zip.h" #endif @@ -24,7 +24,7 @@ #include "wx/filesys.h" -class WXDLLIMPEXP_BASE wxHashTableLong; +class WXDLLIMPEXP_BASE wxLongToLongHashMap; //-------------------------------------------------------------------------------- // wxZipFSHandler @@ -45,7 +45,7 @@ class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler void *m_Archive; wxString m_Pattern, m_BaseDir, m_ZipFile; bool m_AllowDirs, m_AllowFiles; - wxHashTableLong *m_DirsFound; + wxLongToLongHashMap *m_DirsFound; wxString DoFind();