X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..916989dfb95b7e4a72234d946b8e078235046e05:/include/wx/mac/carbon/radiobut.h diff --git a/include/wx/mac/carbon/radiobut.h b/include/wx/mac/carbon/radiobut.h index 8b3c063f95..6514d218e7 100644 --- a/include/wx/mac/carbon/radiobut.h +++ b/include/wx/mac/carbon/radiobut.h @@ -12,7 +12,7 @@ #ifndef _WX_RADIOBUT_H_ #define _WX_RADIOBUT_H_ -class WXDLLEXPORT wxRadioButton: public wxControl +class WXDLLIMPEXP_CORE wxRadioButton: public wxControl { DECLARE_DYNAMIC_CLASS(wxRadioButton) protected: @@ -27,7 +27,7 @@ public: { Create(parent, id, label, pos, size, style, validator, name); } - ~wxRadioButton(); + virtual ~wxRadioButton(); bool Create(wxWindow *parent, wxWindowID id, const wxString& label, @@ -54,11 +54,11 @@ public: // Not implemented #if 0 -class WXDLLEXPORT wxBitmap ; +class WXDLLIMPEXP_FWD_CORE wxBitmap ; -WXDLLEXPORT_DATA(extern const wxChar) wxBitmapRadioButtonNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxBitmapRadioButtonNameStr[]; -class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton +class WXDLLIMPEXP_CORE wxBitmapRadioButton: public wxRadioButton { DECLARE_DYNAMIC_CLASS(wxBitmapRadioButton) protected: