patches/audacity-06-error-dialog.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3452 2b072a2721ff
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- audacity-src-1.3.13-beta/src/widgets/ErrorDialog.cpp-orig	2011-05-19 16:57:48.231972528 -0500
+++ audacity-src-1.3.13-beta/src/widgets/ErrorDialog.cpp	2011-05-19 16:58:00.952979043 -0500
@@ -285,7 +285,7 @@ void ShowErrorDialog(wxWindow *parent,
                      const wxString &dlogTitle,
                      const wxString &message, 
                      const wxString &helpURL,
-                     const bool Close)
+                     bool Close)
 {
    ErrorDialog dlog(parent, dlogTitle, message, helpURL, Close);
    dlog.CentreOnParent();
@@ -296,7 +296,7 @@ void ShowModelessErrorDialog(wxWindow *p
                      const wxString &dlogTitle,
                      const wxString &message, 
                      const wxString &helpURL,
-                     const bool Close)
+                     bool Close)
 {
    ErrorDialog *dlog = new ErrorDialog(parent, dlogTitle, message, helpURL, Close, false);
    dlog->CentreOnParent();