crash in wxAppBase::SetActive fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-02 11:00:01 +00:00
parent c6dda38fee
commit 6e169cf31a
2 changed files with 1 additions and 19 deletions

View File

@@ -1002,8 +1002,6 @@ inline wxWindow *wxWindowBase::GetGrandParent() const
// global functions
// ----------------------------------------------------------------------------
WXDLLEXPORT extern wxWindow* wxGetActiveWindow();
// Find the wxWindow at the current mouse position, also returning the mouse
// position.
WXDLLEXPORT extern wxWindow* wxFindWindowAtPointer(wxPoint& pt);