]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
fixed a missing backslash
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 0f95924e1b64828c7f3381f8c01303218faece8d..6ff10bcecc040c5e72c051c8f60bc26a5e0c791e 100644 (file)
@@ -46,11 +46,11 @@ class wxCheckBox: public wxControl
     wxCheckBox(void);
     wxCheckBox( wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxCheckBoxNameStr  );
+      long style = 0, const wxString &name = wxCheckBoxNameStr  );
     bool Create(  wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxCheckBoxNameStr  );
-    void SetValue( const bool state );
+      long style = 0, const wxString &name = wxCheckBoxNameStr  );
+    void SetValue( bool state );
     bool GetValue(void) const;
 };