From e1b8b76fcf20f42cd391380bf4e233f078437c6d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 7 Jun 2012 04:43:15 +0000 Subject: [PATCH] Add export macro for wxTreeListEvent so the non-inline class info and things can be found where they're exepcted git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/treelist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/treelist.h b/include/wx/treelist.h index 6684a26bb3..081ecb09ca 100644 --- a/include/wx/treelist.h +++ b/include/wx/treelist.h @@ -453,7 +453,7 @@ private: // wxTreeListEvent: event generated by wxTreeListCtrl. // ---------------------------------------------------------------------------- -class wxTreeListEvent : public wxNotifyEvent +class WXDLLIMPEXP_ADV wxTreeListEvent : public wxNotifyEvent { public: // Default ctor is provided for wxRTTI needs only but should never be used. @@ -514,7 +514,7 @@ private: friend class wxTreeListCtrl; - wxDECLARE_DYNAMIC_CLASS(wxTreeListEvent); + wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxTreeListEvent); }; // Event types and event table macros. -- 2.47.2