X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2c31e32de4376d44852e2e9db7be028e383676a..6c960f2e810bb16143bd64f228f301e9397a44bc:/include/wx/listbase.h diff --git a/include/wx/listbase.h b/include/wx/listbase.h index a2ca6ce5f2..f0f2ffc6b6 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -161,7 +161,7 @@ enum // TODO: this should be renamed to wxItemAttr or something general like this // and used as base class for wxTextAttr which duplicates this class // entirely currently -class WXDLLEXPORT wxListItemAttr +class WXDLLIMPEXP_CORE wxListItemAttr { public: // ctors @@ -213,7 +213,7 @@ private: // wxListItem: the item or column info, used to exchange data with wxListCtrl // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxListItem : public wxObject +class WXDLLIMPEXP_CORE wxListItem : public wxObject { public: wxListItem() { Init(); m_attr = NULL; } @@ -371,7 +371,7 @@ private: // wxListEvent - the event class for the wxListCtrl notifications // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxListEvent : public wxNotifyEvent +class WXDLLIMPEXP_CORE wxListEvent : public wxNotifyEvent { public: wxListEvent(wxEventType commandType = wxEVT_NULL, int winid = 0)