From d85c53a5cce15fd76db23a0e9d3b8f169c7e1030 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Feb 2004 21:41:23 +0000 Subject: [PATCH] wxUniv compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 5762e1de98..94f3430ce1 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -2887,7 +2887,7 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam // we could have got an event from our child, reflect it back // to it if this is the case - wxWindow *win = NULL; + wxWindowMSW *win = NULL; if ( wParam != m_hWnd ) { win = FindItemByHWND((WXHWND)wParam); -- 2.47.2