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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user