From: Vadim Zeitlin Date: Sat, 24 Apr 2010 16:59:09 +0000 (+0000) Subject: A slightly better compilation fix after PCH-less build breakage in r64126. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1aecefa501029a2b25e719f42ecd8dd1ef07aaf4?hp=1aecefa501029a2b25e719f42ecd8dd1ef07aaf4 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 ---