From ed703645919c57e0ffe59f70f375baa6d01e4adc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Jun 2009 14:43:38 +0000 Subject: [PATCH] add missing DLL export declaration to fix linking in shared library build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/textwrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/textwrapper.h b/include/wx/textwrapper.h index 1a743ea3ec..c06b3227e0 100644 --- a/include/wx/textwrapper.h +++ b/include/wx/textwrapper.h @@ -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; } -- 2.45.2