]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxRTTI to generic wxDirDialog.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 14 Mar 2003 20:08:45 +0000 (20:08 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 14 Mar 2003 20:08:45 +0000 (20:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 190b90e71549350ca0bbf932da825c169231f673..f3377ed0cf576e21dbe1fc4faf263bceecf37ac3 100644 (file)
@@ -82,6 +82,7 @@ protected:
     wxTextCtrl*       m_input;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_DYNAMIC_CLASS(wxGenericDirDialog)
 };
 
 #endif // _WX_DIRDLGG_H_
index d7c41a33861912dd11ef41bfc93b0316fda46d0d..b73214e6b714ee8ef9bed03df4f0de00d9256a6e 100644 (file)
@@ -45,6 +45,8 @@
 // wxGenericDirDialog
 //-----------------------------------------------------------------------------
 
+IMPLEMENT_DYNAMIC_CLASS(wxGenericDirDialog, wxDialog)
+
 static const int ID_DIRCTRL = 1000;
 static const int ID_TEXTCTRL = 1001;
 static const int ID_OK = 1002;