]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridg.h
fixed a missing backslash
[wxWidgets.git] / include / wx / generic / gridg.h
index 0cdcfd7242d9e9501135a644d67a374ec94cd0e7..e22951460b6fcd8f0d0f38d1e532f23f542ef54b 100644 (file)
@@ -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);
   }