]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxRTTI information to wxNumberEntryDialog.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 29 Feb 2004 15:18:21 +0000 (15:18 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 29 Feb 2004 15:18:21 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/numdlgg.h
src/generic/numdlgg.cpp

index a5f24a9780706926b9f889969e6deee9c5ce1ff4..ce9ea55e86af46c60253e8faec47277e97c520b4 100644 (file)
@@ -60,6 +60,7 @@ protected:
 
 private:
     DECLARE_EVENT_TABLE()
+    DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
     DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
 };
 
index 2cbcc03ac14741545a872c1d9122e97495b61eea..e9ef27266a675f93e470c75a0c17852023357287 100644 (file)
@@ -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,