]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/accel.h
Dont send spin text update event from SetValue()
[wxWidgets.git] / include / wx / mac / carbon / accel.h
index cf0ce7692786f15f665c970099daeef7f8d9aa10..5a81d61840011f8dca1b054352c4404f8e297039 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/string.h"
 #include "wx/event.h"
 
-class WXDLLEXPORT wxAcceleratorTable: public wxObject
+class WXDLLIMPEXP_CORE wxAcceleratorTable: public wxObject
 {
 DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
 public:
@@ -30,7 +30,7 @@ public:
     int GetCommand( wxKeyEvent &event );
 };
 
-// WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;
+// WXDLLIMPEXP_DATA_CORE(extern wxAcceleratorTable) wxNullAcceleratorTable;
 
 #endif
     // _WX_ACCEL_H_