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
This commit is contained in:
Vadim Zeitlin
2013-10-02 23:32:03 +00:00
parent e90d566109
commit 736692f3a4

View File

@@ -599,7 +599,7 @@ public:
m_win = NULL; 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) wxDocChildFrameAnyBase(wxDocument *doc, wxView *view, wxWindow *win)
{ {
Create(doc, view, win); Create(doc, view, win);