From 9f8b9d9cc1d720b4a6868e811e616af1e2d84f05 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sun, 23 Oct 2005 22:16:33 +0000 Subject: [PATCH] Export wxFindFocusDescendant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0