]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/view.h
SN: Replaced more ':' in VPATH statements by PATH_IFS (to make
[wxWidgets.git] / samples / docview / view.h
index 2f068c7c049eb46e4ddb966ef34f1de5fb97acfc..d69cef8fecb5d0cdbb8dee3ea6703d5668cc8395 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);