X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00dd3b1897bd74276234f449f68e3f0805eb77dc..fcd0c90f758ec71f89fda08e55ed325d7d861b12:/include/wx/generic/notebook.h diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index ccb9227047..91cc13f725 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -113,7 +113,7 @@ public: // callbacks // --------- void OnSize(wxSizeEvent& event); - void OnIdle(wxIdleEvent& event); + void OnInternalIdle(); void OnSelChange(wxNotebookEvent& event); void OnSetFocus(wxFocusEvent& event); void OnNavigationKey(wxNavigationKeyEvent& event);