X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..fc5a93cd09d1cb7e76b3aaea03d980f133801532:/samples/docvwmdi/view.h?ds=sidebyside diff --git a/samples/docvwmdi/view.h b/samples/docvwmdi/view.h index e851caf6fe..74038ede6e 100644 --- a/samples/docvwmdi/view.h +++ b/samples/docvwmdi/view.h @@ -67,7 +67,7 @@ class TextEditView: public wxView wxFrame *frame; MyTextWindow *textsw; - TextEditView(wxDocument *doc = (wxDocument *) NULL): wxView(doc) { frame = (wxFrame *) NULL; textsw = (MyTextWindow *) NULL; } + TextEditView(): wxView() { frame = (wxFrame *) NULL; textsw = (MyTextWindow *) NULL; } ~TextEditView(void) {} bool OnCreate(wxDocument *doc, long flags);