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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user