]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix a typo in a comment in wx/docview.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Oct 2013 23:32:03 +0000 (23:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Oct 2013 23:32:03 +0000 (23:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/docview.h

index 44fbe906390157f5930b7315068fe28aec173c02..3a4238fa5bc7d4745fcfaac69e63e61fe748e216 100644 (file)
@@ -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);