]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/filedlg.cpp
fixed bugs with moving/centering the file dialog (replaces patch 1825170)
[wxWidgets.git] / src / gtk / filedlg.cpp
index d0d224b110e86312b2ab4cb247867ad358e5ad64..77abe908a52f227b5f60a9a585d93c1ab6ed9f67 100644 (file)
@@ -276,7 +276,7 @@ wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
     }
 }
 
-void wxFileDialog::OnFakeOk( wxCommandEvent &event )
+void wxFileDialog::OnFakeOk(wxCommandEvent& WXUNUSED(event))
 {
     EndDialog(wxID_OK);
 }