A slightly better compilation fix after PCH-less build breakage in r64126.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 16:59:09 +0000 (16:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 16:59:09 +0000 (16:59 +0000)
commit1aecefa501029a2b25e719f42ecd8dd1ef07aaf4
tree3ba55f71c2169e7def12a7f29fb386a89b01ac37
parent7ed63042c662c403fac98e5b25800853777382d3
A slightly better compilation fix after PCH-less build breakage in r64126.

Include wx/frame.h header instead of casting wxFrame to wxWindow using C style
cast. Although this does work now and probably will work later too it seems
better to not use the cast nevertheless.

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