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:
Vadim Zeitlin 2004-02-12 01:04:38 +00:00
parent f943802348
commit 7330bb53dc

View File

@ -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);
}
}