X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad95e0f64eb7fcd4f056abd5436eb5426b456978..3bfa440288d2481a12314ab1ecfc2297586ee2ad:/include/wx/generic/gridg.h?ds=sidebyside diff --git a/include/wx/generic/gridg.h b/include/wx/generic/gridg.h index 0cdcfd7242..e22951460b 100644 --- a/include/wx/generic/gridg.h +++ b/include/wx/generic/gridg.h @@ -49,7 +49,7 @@ class WXDLLEXPORT wxGenericGrid: public wxPanel public: wxGenericGrid(void); - inline wxGenericGrid(wxWindow *parent, int x, int y, int width, int height, const long style = 0, char *name = "grid") + inline wxGenericGrid(wxWindow *parent, int x, int y, int width, int height, long style = 0, char *name = "grid") { Create(parent, -1, wxPoint(x, y), wxSize(width, height), style, name); }