]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
event/leave events
[wxWidgets.git] / src / gtk1 / button.cpp
index d4361f37b8d42946eafdf6bdc2927b12ad3717ac..9c167dc0fb02a758ab9d4aa8d0d2787002694809 100644 (file)
@@ -42,14 +42,14 @@ wxButton::wxButton(void)
 
 wxButton::wxButton( wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos, const wxSize &size, 
-      const long style, const wxString &name )
+      long style, const wxString &name )
 {
   Create( parent, id, label, pos, size, style, name );
 };
 
 bool wxButton::Create(  wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos, const wxSize &size, 
-      const long style, const wxString &name )
+      long style, const wxString &name )
 {
   m_needParent = TRUE;