]> git.saurik.com Git - wxWidgets.git/commitdiff
fix VC warning about forward declaring struct as class
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 00:28:41 +0000 (00:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 00:28:41 +0000 (00:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fs_arc.h

index 748f523b9290d0dd1f400d77a769127be29f63b4..55008728361b3eef353e4cddb61393e12c7424b0 100644 (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;