Fix wxNativeWindow::Create() documentation
Add a missing semicolon after the preceding declaration. Closes #17411.
This commit is contained in:
parent
2360a7aa10
commit
6cd442fbaf
@ -69,7 +69,7 @@ public:
|
||||
|
||||
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++
|
||||
|
Loading…
Reference in New Issue
Block a user