wxUniv compilation fix after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-09 21:41:23 +00:00
parent a6f28223ee
commit d85c53a5cc

View 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 // we could have got an event from our child, reflect it back
// to it if this is the case // to it if this is the case
wxWindow *win = NULL; wxWindowMSW *win = NULL;
if ( wParam != m_hWnd ) if ( wParam != m_hWnd )
{ {
win = FindItemByHWND((WXHWND)wParam); win = FindItemByHWND((WXHWND)wParam);