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
This commit is contained in:
Stefan Csomor 2012-01-19 09:45:49 +00:00
parent 9ae4b67f28
commit eb5159969d

View File

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