From: Michael Wetherell Date: Sun, 23 Oct 2005 22:16:33 +0000 (+0000) Subject: Export wxFindFocusDescendant X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f8b9d9cc1d720b4a6868e811e616af1e2d84f05?ds=inline Export wxFindFocusDescendant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index 11cbcd1fc3..0fe7a0535b 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -2889,7 +2889,7 @@ extern WXDLLIMPEXP_BASE wxList *wxPendingEvents; // Find a window with the focus, that is also a descendant of the given window. // This is used to determine the window to initially send commands to. -wxWindow* wxFindFocusDescendant(wxWindow* ancestor); +WXDLLIMPEXP_CORE wxWindow* wxFindFocusDescendant(wxWindow* ancestor); #endif // wxUSE_GUI