use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 23:18:47 +0000 (23:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 23:18:47 +0000 (23:18 +0000)
commit51181d291194b7ae616cfb17c984fd8927e4a977
tree944739b844e20e959d4ddeadd8f7e517a521063e
parent9089cffbf5bfe23d5e549a569f3bb70f9b5b6cb4
use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code: this not only makes the code cleaner but should also remove the last dependency on MDI code when linking wx applications not using MDI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/frame.h
include/wx/msw/mdi.h
src/msw/frame.cpp
src/msw/mdi.cpp