Skip to content

Commit

Permalink
Fix wxNativeWindow::Create() documentation
Browse files Browse the repository at this point in the history
Add a missing semicolon after the preceding declaration.

Closes #17411.
  • Loading branch information
David Hart authored and vadz committed Mar 2, 2016
1 parent 2360a7a commit 6cd442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/wx/nativewin.h
Expand Up @@ -69,7 +69,7 @@ class wxNativeWindow : public wxWindow
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++
Expand Down

0 comments on commit 6cd442f

Please sign in to comment.