X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715c9810a1d9dfc709fe35298fc61b1c217694e1..8371a35340baf588549273328cb2a1579a4dfe81:/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; }