From: Vadim Zeitlin Date: Wed, 2 Oct 2013 23:32:03 +0000 (+0000) Subject: No changes, just fix a typo in a comment in wx/docview.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/736692f3a4a35b24b80f94784183e0d46fba22d9?ds=inline No changes, just fix a typo in a comment in wx/docview.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/docview.h b/include/wx/docview.h index 44fbe90639..3a4238fa5b 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -599,7 +599,7 @@ public: m_win = NULL; } - // full ctor equivalent to using the default one and Create(0 + // full ctor equivalent to using the default one and Create() wxDocChildFrameAnyBase(wxDocument *doc, wxView *view, wxWindow *win) { Create(doc, view, win);