]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dirdlg.cpp
prevent the parent window from losing activation when a popup is shown
[wxWidgets.git] / src / msw / dirdlg.cpp
index 7e4d4208471db63bce669d6666300ec8b2cc5b11..63194ca403c8114f82eb2d051d745213a03c9e65 100644 (file)
@@ -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;