X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..d537baffe90cf5925fed4f5e4d90bb00e7514f9c:/include/wx/palmos/radiobox.h?ds=sidebyside diff --git a/include/wx/palmos/radiobox.h b/include/wx/palmos/radiobox.h index fc8d8721d9..4b34521de5 100644 --- a/include/wx/palmos/radiobox.h +++ b/include/wx/palmos/radiobox.h @@ -12,8 +12,8 @@ #ifndef _WX_RADIOBOX_H_ #define _WX_RADIOBOX_H_ -class WXDLLEXPORT wxBitmap; -class WXDLLEXPORT wxRadioButton; +class WXDLLIMPEXP_FWD_CORE wxBitmap; +class WXDLLIMPEXP_FWD_CORE wxRadioButton; // ---------------------------------------------------------------------------- // wxRadioBox @@ -139,9 +139,6 @@ public: void SendNotificationEvent(); protected: - // we can't compute our best size before the items are added to the control - virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } - // get the max size of radio buttons wxSize GetMaxButtonSize() const;