]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbox.h
fixed a missing backslash
[wxWidgets.git] / include / wx / gtk / statbox.h
index a260d4f05ebe87b7baf779e4e533b673050fc967..a6248a6bc99b147b2dbcd32876a74eefe4e6d89e 100644 (file)
@@ -46,10 +46,10 @@ class wxStaticBox: public wxControl
     wxStaticBox(void);
     wxStaticBox( wxWindow *parent, wxWindowID id, const wxString &label, 
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxStaticBoxNameStr  );
-    bool Create( wxWindow *parent, wxWindowID id, const wxString &label, 
+      long style = 0, const wxString &name = wxStaticBoxNameStr  );
+    bool Create( wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
-      const long style = 0, const wxString &name = wxStaticBoxNameStr  );
+      long style = 0, const wxString &name = wxStaticBoxNameStr  );
 };
 
 #endif // __GTKSTATICBOXH__