]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
extending calculation of visible region
[wxWidgets.git] / src / generic / numdlgg.cpp
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,