]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textwrapper.h
Some wxComboCtrlBase member functions were enclosed within incorrect compatibility...
[wxWidgets.git] / include / wx / textwrapper.h
index cb2c0972f80296bc9d0a0144020825c3f0e94da3..c06b3227e064dbb655fcd268ed96a761c05c4ac1 100644 (file)
 #ifndef _WX_TEXTWRAPPER_H_
 #define _WX_TEXTWRAPPER_H_
 
+#include "wx/window.h"
+
 // ----------------------------------------------------------------------------
 // wxTextWrapper
 // ----------------------------------------------------------------------------
 
 // 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; }