From: Václav Slavík Date: Tue, 14 Dec 1999 23:53:32 +0000 (+0000) Subject: added default ctor for wxDirDialog X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fed628b632d8ae95efded1f6a6894573c7a76bef added default ctor for wxDirDialog git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/dirdlgg.h b/include/wx/generic/dirdlgg.h index 7fd5768b02..8b0318ccf7 100644 --- a/include/wx/generic/dirdlgg.h +++ b/include/wx/generic/dirdlgg.h @@ -134,6 +134,7 @@ private: class WXDLLEXPORT wxDirDialog: public wxDialog { public: + wxDirDialog() {} wxDirDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr, const wxString& defaultPath = wxEmptyString,