stream compile fixes
[wxWidgets.git] / src / gtk / control.cpp
index 510d88d0e936c9e3b4b7c3eca200ca6289cbc4a9..237f37d89f01dbd865970a4e1a5bc3e9e9318ed0 100644 (file)
@@ -28,7 +28,7 @@ wxControl::wxControl(void)
 
 wxControl::wxControl( wxWindow *parent, wxWindowID id, 
       const wxPoint &pos, const wxSize &size, 
-      const long style, const wxString &name ) :
+      long style, const wxString &name ) :
   wxWindow( parent, id, pos, size, style, name )
 {
 };