]> git.saurik.com Git - wxWidgets.git/commitdiff
DLL build fix
authorRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:51:05 +0000 (21:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:51:05 +0000 (21:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h

index 90b75a42f7a06cc021606549e8234a999f9efbb7..a27aed068d7fb6d80ec4814cd6ac2ab8dc7504b4 100644 (file)
@@ -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)