]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textwrapper.h
Define wxUSE_CAIRO in wx/chkconf.h to ensure that it's always defined.
[wxWidgets.git] / 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; }