]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbox.cpp
IsModified() function now works correctly
[wxWidgets.git] / src / gtk / statbox.cpp
index f07862fa34c0e36f67f423f7f6cd898a96c87eaa..319fe3ac93791f57ffe04011aca7ea0796a7afa3 100644 (file)
@@ -26,14 +26,14 @@ wxStaticBox::wxStaticBox(void)
 
 wxStaticBox::wxStaticBox( 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 wxStaticBox::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;