X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f757f9b7bac4b4b10fde8449c62e35b9c9497a..0b90b51ceb7eadbef93c256a42af49dae0659d34:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 7cad0bed4c..1f6e965f65 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, wxPanel* window); + void InitTabView(wxNotebook* notebook, wxTopLevelWindow* window); wxButton* m_okButton; wxButton* m_cancelButton;