X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da03e3303f63960ee75b4bfa7d1319f337a728fa..b72aa48cdeca3530ffb6ac5af438835d58bf79d9:/src/msw/dirdlg.cpp diff --git a/src/msw/dirdlg.cpp b/src/msw/dirdlg.cpp index 7e4d420847..63194ca403 100644 --- a/src/msw/dirdlg.cpp +++ b/src/msw/dirdlg.cpp @@ -81,7 +81,9 @@ wxDirDialog::wxDirDialog(wxWindow *parent, const wxString& message, const wxString& defaultPath, long WXUNUSED(style), - const wxPoint& WXUNUSED(pos)) + const wxPoint& WXUNUSED(pos), + const wxSize& WXUNUSED(size), + const wxString& WXUNUSED(name)) { m_message = message; m_parent = parent;