Fix wxNativeWindow::Create() documentation

Add a missing semicolon after the preceding declaration.

Closes #17411.
This commit is contained in:
David Hart
2016-03-02 23:32:19 +01:00
committed by Vadim Zeitlin
parent 2360a7aa10
commit 6cd442fbaf

View File

@@ -69,7 +69,7 @@ public:
See Create() for the detailed parameters documentation. See Create() for the detailed parameters documentation.
*/ */
wxNativeWindow(wxWindow* parent, wxWindowID winid, wxNativeWindowHandle handle) wxNativeWindow(wxWindow* parent, wxWindowID winid, wxNativeWindowHandle handle);
/** /**
Really create the window after using the default ctor to create the C++ Really create the window after using the default ctor to create the C++