compilation fix for strict(er) compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f943802348
commit
7330bb53dc
@ -205,7 +205,7 @@ void wxFindReplaceDialogImpl::SubclassDialog(HWND hwnd)
|
||||
// from wxFindReplaceWindowProc
|
||||
m_oldParentWndProc = wxSetWindowProc(hwnd, wxFindReplaceWindowProc);
|
||||
|
||||
wxSetWindowUserData(hwnd, m_oldParentWndProc);
|
||||
wxSetWindowUserData(hwnd, (void *)m_oldParentWndProc);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user