X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/677dc0ed1a3ff68af15f6246d6d0708d5264b07a..3175fc12b4b386754be7b9c1db13fcbc435e67da:/include/wx/msw/radiobut.h diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 0fc9ad66a6..41d6ef1d3b 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/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 { public: // ctors and creation functions @@ -49,7 +49,6 @@ public: virtual bool MSWCommand(WXUINT param, WXWORD id); virtual void Command(wxCommandEvent& event); virtual bool HasTransparentBackground() { return true; } - virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;