Add wxRTTI to generic wxDirDialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-14 20:08:45 +00:00
parent d3a80c922c
commit d6379fa35a
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ protected:
wxTextCtrl* m_input; wxTextCtrl* m_input;
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxGenericDirDialog)
}; };
#endif // _WX_DIRDLGG_H_ #endif // _WX_DIRDLGG_H_

View File

@@ -45,6 +45,8 @@
// wxGenericDirDialog // wxGenericDirDialog
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
IMPLEMENT_DYNAMIC_CLASS(wxGenericDirDialog, wxDialog)
static const int ID_DIRCTRL = 1000; static const int ID_DIRCTRL = 1000;
static const int ID_TEXTCTRL = 1001; static const int ID_TEXTCTRL = 1001;
static const int ID_OK = 1002; static const int ID_OK = 1002;