]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
restored previously removed inline
[wxWidgets.git] / include / wx / fs_zip.h
index b884fe055b55116de7980e18a02a737c18180e6a..94d10c8f25c4b791271c03a985e1860bff678301 100644 (file)
@@ -3,6 +3,7 @@
 // Purpose:     ZIP file system
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
+// CVS-ID:      $Id$
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -26,6 +27,8 @@
 
 #include "wx/filesys.h"
 
+class WXDLLEXPORT wxHashTableLong;
+
 //--------------------------------------------------------------------------------
 // wxZipFSHandler
 //--------------------------------------------------------------------------------
@@ -45,6 +48,7 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
         void *m_Archive;
         wxString m_Pattern, m_BaseDir, m_ZipFile;
         bool m_AllowDirs, m_AllowFiles;
+        wxHashTableLong *m_DirsFound;
         
         wxString DoFind();
 };