X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a87edf286921de9b182f3d19adb6bb63ba85ebd..26531700c7ec84872c60899ce6219954499086da:/include/wx/motif/radiobox.h diff --git a/include/wx/motif/radiobox.h b/include/wx/motif/radiobox.h index a37b8f6628..e9bd2dfbad 100644 --- a/include/wx/motif/radiobox.h +++ b/include/wx/motif/radiobox.h @@ -84,8 +84,8 @@ public: wxString GetString(int item) const; virtual bool Enable(bool enable = true); virtual bool Enable(int item, bool enable = true); - void Show(int item, bool show) ; - virtual bool Show(bool show = true) ; + virtual bool Show(int item, bool show = true); + virtual bool Show(bool show = true); virtual wxString GetStringSelection() const; virtual bool SetStringSelection(const wxString& s);