]> git.saurik.com Git - wxWidgets.git/commitdiff
gcc 4.3 issues warning if type attributes are given again - even if they are identica...
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 09:45:49 +0000 (09:45 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 09:45:49 +0000 (09:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xtixml.h

index aace527aafd74b2b3083329ae5ec3390b7ebaf49..d40e0e036e2b4d5c37b6cb2d8a5f778e2117bf08 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/string.h"
 #include "wx/xtistrm.h"
 
+/*
 class WXDLLIMPEXP_XML wxXmlNode;
 class WXDLLIMPEXP_BASE wxPropertyInfo;
 class WXDLLIMPEXP_BASE wxObject;
@@ -26,6 +27,7 @@ class WXDLLIMPEXP_BASE wxClassInfo;
 class WXDLLIMPEXP_BASE wxAnyList;
 class WXDLLIMPEXP_BASE wxHandlerInfo;
 class WXDLLIMPEXP_BASE wxObjectWriterCallback;
+*/
 
 class WXDLLIMPEXP_XML wxObjectXmlWriter: public wxObjectWriter
 {