X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b042fce9be0fab67f229f35ffd117f4e1e0730..ff83a7701caa5615f8a2cee0ce2cc216a22af19a:/samples/grid/test.cpp?ds=sidebyside diff --git a/samples/grid/test.cpp b/samples/grid/test.cpp index f7cf501a1b..743ba4f79f 100644 --- a/samples/grid/test.cpp +++ b/samples/grid/test.cpp @@ -163,7 +163,7 @@ bool MyApp::OnInit(void) MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size): wxFrame(frame, -1, title, pos, size) { - grid = (wxGenericGrid *) NULL; + grid = (wxGrid*) NULL; } BEGIN_EVENT_TABLE(MyFrame, wxFrame)