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:
@@ -40,7 +40,7 @@ private:
|
|||||||
|
|
||||||
// these vars are used by FindFirst/Next:
|
// these vars are used by FindFirst/Next:
|
||||||
class wxArchiveFSCacheData *m_Archive;
|
class wxArchiveFSCacheData *m_Archive;
|
||||||
class wxArchiveFSEntry *m_FindEntry;
|
struct wxArchiveFSEntry *m_FindEntry;
|
||||||
wxString m_Pattern, m_BaseDir, m_ZipFile;
|
wxString m_Pattern, m_BaseDir, m_ZipFile;
|
||||||
bool m_AllowDirs, m_AllowFiles;
|
bool m_AllowDirs, m_AllowFiles;
|
||||||
wxArchiveFilenameHashMap *m_DirsFound;
|
wxArchiveFilenameHashMap *m_DirsFound;
|
||||||
|
Reference in New Issue
Block a user