git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33299
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
XRC_MAKE_INSTANCE(frame, wxMDIParentFrame);
{
XRC_MAKE_INSTANCE(frame, wxMDIParentFrame);
- ((wxMDIParentFrame*)frame)->Create(m_parentAsWindow,
+ frame->Create(m_parentAsWindow,
GetID(),
GetText(wxT("title")),
wxDefaultPosition, wxDefaultSize,
GetID(),
GetText(wxT("title")),
wxDefaultPosition, wxDefaultSize,
XRC_MAKE_INSTANCE(frame, wxMDIChildFrame);
XRC_MAKE_INSTANCE(frame, wxMDIChildFrame);
- ((wxMDIChildFrame*) frame)->Create(mdiParent,
+ frame->Create(mdiParent,
GetID(),
GetText(wxT("title")),
wxDefaultPosition, wxDefaultSize,
GetID(),
GetText(wxT("title")),
wxDefaultPosition, wxDefaultSize,