]> git.saurik.com Git - wxWidgets.git/commitdiff
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)
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

index 8f14f7a30a67ce30aa63356cbc4df20884a92706..013aa97693510710d9b1321b0ab4d5a27aa32cfd 100644 (file)
@@ -27,7 +27,7 @@
     saving a buffer if needed.
  */
 
     saving a buffer if needed.
  */
 
-class wxRichTextXMLHelper: public wxObject
+class WXDLLIMPEXP_RICHTEXT wxRichTextXMLHelper: public wxObject
 {
 public:
     wxRichTextXMLHelper() { Init(); }
 {
 public:
     wxRichTextXMLHelper() { Init(); }