build fix for --enable-universal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -293,7 +293,7 @@ gdk_window_warp_pointer (GdkWindow *window,
|
||||
// Note: can't be static, needed by textctrl.cpp.
|
||||
wxWindow *wxFindFocusedChild(wxWindowGTK *win)
|
||||
{
|
||||
wxWindow *winFocus = g_focusWindow;
|
||||
wxWindowGTK* winFocus = g_focusWindow;
|
||||
if ( !winFocus )
|
||||
return (wxWindow *)NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user