X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bc3b8e9680e8aa3d50ae4bb41dad22c6dd3ce1b..4ad7af2b83d24c75a0cdf32c7e5ee1c2cc4dd543:/src/mac/classic/window.cpp diff --git a/src/mac/classic/window.cpp b/src/mac/classic/window.cpp index db17efd0b3..57b25ec1dc 100644 --- a/src/mac/classic/window.cpp +++ b/src/mac/classic/window.cpp @@ -1332,7 +1332,7 @@ void wxWindowMac::MacOnScroll(wxScrollEvent &event ) } // Get the window with the focus -wxWindowMac *wxWindowBase::FindFocus() +wxWindowMac *wxWindowBase::DoFindFocus() { return gFocusWindow ; }