]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docvwmdi/view.h
GetItem() doesn't ignore column number any more
[wxWidgets.git] / samples / docvwmdi / view.h
index e851caf6fe397f9d4337336ab70cd6085e2be0e7..74038ede6e17f8a7152737733d862db132cda6c1 100644 (file)
@@ -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);