X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ba7c77150d74a5385f2385e5448ca491263179f..4508c2b01b806be847366f0b3da0f6e65ec23cc5:/include/wx/radiobox.h?ds=sidebyside diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 3a366c9943..25fc92c152 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -32,8 +32,8 @@ class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable { public: // change the individual radio button state - virtual void Enable(int n, bool enable = true) = 0; - virtual void Show(int n, bool show = true) = 0; + virtual bool Enable(int n, bool enable = true) = 0; + virtual bool Show(int n, bool show = true) = 0; // layout parameters virtual int GetColumnCount() const = 0;