From eb5159969d9c5ad602560b34c492a38c553b7b78 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 19 Jan 2012 09:45:49 +0000 Subject: [PATCH] gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xtixml.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/xtixml.h b/include/wx/xtixml.h index aace527aaf..d40e0e036e 100644 --- a/include/wx/xtixml.h +++ b/include/wx/xtixml.h @@ -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 {