diff --git a/collects/mred/private/wx/win32/frame.rkt b/collects/mred/private/wx/win32/frame.rkt index ef423fa38b..4b21674045 100644 --- a/collects/mred/private/wx/win32/frame.rkt +++ b/collects/mred/private/wx/win32/frame.rkt @@ -290,7 +290,7 @@ (define/override (set-top-focus win win-path child-hwnd) (set! focus-window-path win-path) (when (ptr-equal? hwnd (GetActiveWindow)) - (SetFocus child-hwnd))) + (void (SetFocus child-hwnd)))) (define/private (set-frame-focus) (when (pair? focus-window-path)