X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/563c26064082bc96ad99cd816503e2607fb7e1e5..af01f1ba0d697c07173f436ab661b4c833258a91:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 1f6e965f65..2fdd3f1a34 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -16,7 +16,7 @@ class MyApp: public wxApp { public: bool OnInit(); - void InitTabView(wxNotebook* notebook, wxTopLevelWindow* window); + void InitTabView(wxNotebook* notebook, wxWindow* window); wxButton* m_okButton; wxButton* m_cancelButton;