X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a87edf286921de9b182f3d19adb6bb63ba85ebd..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 376de2c623..bfad84b10a 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -33,7 +33,7 @@ class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable public: // change the individual radio button state virtual bool Enable(int n, bool enable = true) = 0; - virtual void Show(int n, bool show = true) = 0; + virtual bool Show(int n, bool show = true) = 0; // layout parameters virtual int GetColumnCount() const = 0;