]> git.saurik.com Git - wxWidgets.git/commit
Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 16:12:31 +0000 (16:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2011 16:12:31 +0000 (16:12 +0000)
commit1df57a24e5f638a812c7099e1bb2822fabba248c
tree40fd6cf8c71c8f0f405394a0022f3efbffb8346c
parent47e2f8816666a84e2b0073d9ca5f9cf4292de466
Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation.

wxFindWindowAtPoint() only returns wxWindowMSW, not the derived wxWindow, in
wxUniv build so assign its return value to wxWindowMSW to avoid compilation
problems in it.

Closes #12534.

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