diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 90b75a42f7..a27aed068d 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -333,7 +333,7 @@ protected: // wxDataViewEvent - the event class for the wxDataViewCtrl notifications // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDataViewEvent : public wxNotifyEvent +class WXDLLIMPEXP_ADV wxDataViewEvent : public wxNotifyEvent { public: wxDataViewEvent(wxEventType commandType = wxEVT_NULL, int winid = 0)