fix VC warning about forward declaring struct as class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-10-28 00:28:41 +00:00
parent c26d982b4b
commit e7fbaf0efd

View File

@ -40,7 +40,7 @@ private:
// these vars are used by FindFirst/Next:
class wxArchiveFSCacheData *m_Archive;
class wxArchiveFSEntry *m_FindEntry;
struct wxArchiveFSEntry *m_FindEntry;
wxString m_Pattern, m_BaseDir, m_ZipFile;
bool m_AllowDirs, m_AllowFiles;
wxArchiveFilenameHashMap *m_DirsFound;