]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUniv compilation fix after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Feb 2004 21:41:23 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Feb 2004 21:41:23 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 5762e1de98547a37ba8c13aaed6f4d9e37635ae0..94f3430ce18e66359fc19715fdc937707c177358 100644 (file)
@@ -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);