X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24377c46813426a325a209c45bbca0a9e8da054b..8dba4c72300eafb6b35eaf754c379a72416bfbdd:/src/univ/notebook.cpp diff --git a/src/univ/notebook.cpp b/src/univ/notebook.cpp index 392f13c4aa..a1c7d867f2 100644 --- a/src/univ/notebook.cpp +++ b/src/univ/notebook.cpp @@ -114,7 +114,7 @@ END_EVENT_TABLE() // implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl) +IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase) IMPLEMENT_DYNAMIC_CLASS(wxNotebookEvent, wxCommandEvent) // ----------------------------------------------------------------------------