]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/window.cpp
Save a reference to the async sound object
[wxWidgets.git] / src / mac / classic / window.cpp
index db17efd0b379170e5dbc87dab4d7eddf735ce941..57b25ec1dc52ea4295598e2def29c3364f23c650 100644 (file)
@@ -1332,7 +1332,7 @@ void wxWindowMac::MacOnScroll(wxScrollEvent &event )
 }
 
 // Get the window with the focus
-wxWindowMac *wxWindowBase::FindFocus()
+wxWindowMac *wxWindowBase::DoFindFocus()
 {
     return gFocusWindow ;
 }