Added wxRTTI information to wxNumberEntryDialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9c592b6165
commit
4b5e5cfb22
@ -60,6 +60,7 @@ protected:
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
|
||||
DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
|
||||
};
|
||||
|
||||
|
@ -71,6 +71,8 @@ BEGIN_EVENT_TABLE(wxNumberEntryDialog, wxDialog)
|
||||
EVT_BUTTON(wxID_CANCEL, wxNumberEntryDialog::OnCancel)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
IMPLEMENT_CLASS(wxNumberEntryDialog, wxDialog)
|
||||
|
||||
wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
|
||||
const wxString& message,
|
||||
const wxString& prompt,
|
||||
|
Loading…
Reference in New Issue
Block a user