Export recently added wxRichTextXMLHelper to fix link errors.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Sep 2013 14:10:39 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Sep 2013 14:10:39 +0000 (14:10 +0000)
commit41fbdcedbb2b2d7e9d31e12177b63e769e3a8bef
treeb2cafa3b9c8278e5b9cca5fd3d68120d3e30a8e0
parentff701a5de90478a656e7e8b6236d239d8cccd6b3
Export recently added wxRichTextXMLHelper to fix link errors.

This class is referenced from outside the library, see e.g. this build log:

http://buildbot.tt-solutions.com/wx/builders/Linux x86 wxGTK trunk/builds/2961/steps/compile utils/logs/stdio

and so must be exported, otherwise the build fails under Linux (and under
Windows when using DLL).

Perhaps it would be better to make it completely private to the library if it
is not meant to be public, but this would require more changes.

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