X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715c9810a1d9dfc709fe35298fc61b1c217694e1..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/include/wx/textwrapper.h?ds=sidebyside 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; }