]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
fixed a missing backslash
[wxWidgets.git] / include / wx / gtk / button.h
index b0e2220c0e23cfe5e770b2e0a46dbae742b64a83..6932755578dde8e3e353b605081cb26f2594b661 100644 (file)
@@ -46,10 +46,10 @@ class wxButton: public wxControl
     wxButton(void);
     wxButton( wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxButtonNameStr  );
+      long style = 0, const wxString &name = wxButtonNameStr  );
     bool Create(  wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxButtonNameStr  );
+      long style = 0, const wxString &name = wxButtonNameStr  );
     void SetDefault(void);
     void SetLabel( const wxString &label );
     wxString GetLabel(void) const;