use C cast instead of reinterpret_cast which doesn't work for casting pointers to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Feb 2006 14:58:21 +0000 (14:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Feb 2006 14:58:21 +0000 (14:58 +0000)
commita64bba4eb514ccfc6712b1929644b1cd0de481c8
tree1556e383256f365da6f4adbb85f8a56898d0ce2f
parent7af14d718783cb81233e7f45f9f61159ad420b79
use C cast instead of reinterpret_cast which doesn't work for casting pointers to functions to pointers to objects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/fdrepdlg.cpp