Try to avoid accidental use of wxXmlNode in XRC handlers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:34:19 +0000 (18:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:34:19 +0000 (18:34 +0000)
commit19f87dbe255b5e85236547bfb4e20ad310644373
tree86c26fce1b1c27fc790237f67685f73457bfabb6
parent3142ae0727f3a11b878a70a71f60d4bd63e1e767
Try to avoid accidental use of wxXmlNode in XRC handlers.

Now that the handlers can be defined outside of the XRC library, we can't use
wxXmlNode in them because this would create an (unsatisfied) link dependency
on the xml library.

To avoid this happening accidentally, don't include wx/xml/xml.h from the XRC
header, unless building the xrc library itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/xrc/xmlres.h