]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/stattext.cpp
event/leave events
[wxWidgets.git] / src / gtk1 / stattext.cpp
index 6f931be64a786277ebd98f5c61fe77afa1390f62..752196f45593d56b528dbe340ef11e49b2265875 100644 (file)
@@ -27,14 +27,14 @@ wxStaticText::wxStaticText(void)
 
 wxStaticText::wxStaticText( 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 wxStaticText::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;