]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 877dc1237db1d2942535acfdce2986e5afc5a45a..6146f5956f6ef216efc38f7e83c199257c2665c4 100644 (file)
@@ -273,7 +273,7 @@ private:
     long m_version;
 
     int m_flags;
-    class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler*> m_handlers;
+    wxVector<wxXmlResourceHandler*> m_handlers;
     wxXmlResourceDataRecords *m_data;
 #if wxUSE_FILESYSTEM
     wxFileSystem m_curFileSystem;