From: Vadim Zeitlin Date: Thu, 11 Dec 2008 13:27:03 +0000 (+0000) Subject: export wxSettableHeaderColumn from DLL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/de150f6af99a77c15546cba1d323ae916a5c11de export wxSettableHeaderColumn from DLL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/headercol.h b/include/wx/headercol.h index 183e46d097..a84c175858 100644 --- a/include/wx/headercol.h +++ b/include/wx/headercol.h @@ -153,7 +153,7 @@ protected: // wxSettableHeaderColumn: column which allows to change its fields too // ---------------------------------------------------------------------------- -class wxSettableHeaderColumn : public wxHeaderColumn +class WXDLLIMPEXP_CORE wxSettableHeaderColumn : public wxHeaderColumn { public: virtual void SetTitle(const wxString& title) = 0;