]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
This commit was generated by cvs2svn to compensate for changes in r30285,
[wxWidgets.git] / src / mgl / window.cpp
index ae6e6e017708c3f04cf741083015c63c3133d147..560a55b51471f1e1f4b190a3c7c8ec49107821ff 100644 (file)
@@ -742,7 +742,7 @@ void wxWindowMGL::KillFocus()
 // this wxWindowBase function is implemented here (in platform-specific file)
 // because it is static and so couldn't be made virtual
 // ----------------------------------------------------------------------------
-wxWindow *wxWindowBase::FindFocus()
+wxWindow *wxWindowBase::DoFindFocus()
 {
     return (wxWindow*)gs_focusedWindow;
 }