Now wxFrame derives from wxFrameMSW/GTK in non-wxUniv mode. Fixes RTTI problems.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -81,6 +81,7 @@ BEGIN_EVENT_TABLE(wxFrameMSW, wxFrameBase)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxFrameMSW, wxWindow)
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxFrameMSW)
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
@@ -403,7 +404,7 @@ void wxFrameMSW::SetIcon(const wxIcon& icon)
|
||||
}
|
||||
|
||||
// generate an artificial resize event
|
||||
void wxFrame::SendSizeEvent()
|
||||
void wxFrameMSW::SendSizeEvent()
|
||||
{
|
||||
RECT r;
|
||||
#ifdef __WIN16__
|
||||
|
Reference in New Issue
Block a user