X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcb6cbecc890c65e15ade46ca416b4c353bb7e8f..db5a2bff58b2dadd6c657afa57e0e723b9cab71d:/include/wx/headercol.h diff --git a/include/wx/headercol.h b/include/wx/headercol.h index 183e46d097..a52713d228 100644 --- a/include/wx/headercol.h +++ b/include/wx/headercol.h @@ -13,6 +13,8 @@ #include "wx/bitmap.h" +#if wxUSE_HEADERCTRL + // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- @@ -153,7 +155,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; @@ -268,5 +270,8 @@ private: bool m_sort, m_sortAscending; }; + +#endif // wxUSE_HEADERCTRL + #endif // _WX_HEADERCOL_H_