summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2013-11-23 19:11:31 +0200
committerSakari Bergen <sakari.bergen@beatwaves.net>2013-11-23 19:11:31 +0200
commitf1db14923e5d14331d1bf869d32862a2cf3460bb (patch)
tree97b317b9a36665f80033d51e9e9220875cf50504 /gtk2_ardour/export_dialog.h
parent52309c0c4fc107cdde9a99f2340fe4d8cf4ff382 (diff)
Hande export initialization exceptions gracefully
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 52c53660d8..756a3e7b53 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -95,7 +95,7 @@ class ExportDialog : public ArdourDialog {
void expanded_changed();
- void notify_errors ();
+ void notify_errors (bool force = false);
void close_dialog ();
void sync_with_manager ();