mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 05:47:42 -06:00
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…
x
Reference in New Issue
Block a user