fix wxPowerEvent, wxRichTextEvent and wxWizardEvent so that they pass the runtime check for correct implementation of the Clone() function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,9 +120,9 @@ private:
|
||||
};
|
||||
#endif
|
||||
|
||||
IMPLEMENT_CLASS( wxRichTextCtrl, wxControl )
|
||||
IMPLEMENT_DYNAMIC_CLASS( wxRichTextCtrl, wxControl )
|
||||
|
||||
IMPLEMENT_CLASS( wxRichTextEvent, wxNotifyEvent )
|
||||
IMPLEMENT_DYNAMIC_CLASS( wxRichTextEvent, wxNotifyEvent )
|
||||
|
||||
BEGIN_EVENT_TABLE( wxRichTextCtrl, wxControl )
|
||||
EVT_PAINT(wxRichTextCtrl::OnPaint)
|
||||
|
Reference in New Issue
Block a user