X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715c9810a1d9dfc709fe35298fc61b1c217694e1..3569e0d042fa09417c2777b3da833a1df5096e06:/include/wx/textwrapper.h

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; }