]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/radiobox.h
second part of Markus' BC++ fix
[wxWidgets.git] / include / wx / motif / radiobox.h
index 8ef4be358a817083aa19f56eb8d676d0ce6b50ed..23f853f25e8bda414b5ecc45c029e07ae1ee41fc 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBOX_H_
@@ -56,7 +56,7 @@ public:
     void SetLabel(int item, const wxString& label) ;
     wxString GetLabel(int item) const;
     wxString GetLabel() const { return wxControl::GetLabel(); };
-    void Enable(bool enable);
+    bool Enable(bool enable);
     void Enable(int item, bool enable);
     void Show(int item, bool show) ;
     bool Show(bool show) ;