]> git.saurik.com Git - wxWidgets.git/commitdiff
add missing DLL export declaration to fix linking in shared library build
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 2009 14:43:38 +0000 (14:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 2009 14:43:38 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/textwrapper.h

index 1a743ea3ec3b74cd4d4e65d30004c97ea459dfde..c06b3227e064dbb655fcd268ed96a761c05c4ac1 100644 (file)
@@ -19,7 +19,7 @@
 
 // this class is used to wrap the text on word boundary: wrapping is done by
 // calling OnStartLine() and OnOutputLine() functions
-class wxTextWrapper
+class WXDLLIMPEXP_CORE wxTextWrapper
 {
 public:
     wxTextWrapper() { m_eol = false; }