summaryrefslogtreecommitdiff
path: root/libs/ardour/export_status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/export_status.cc')
-rw-r--r--libs/ardour/export_status.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/export_status.cc b/libs/ardour/export_status.cc
index c575ee79be..eb0a3504b4 100644
--- a/libs/ardour/export_status.cc
+++ b/libs/ardour/export_status.cc
@@ -36,16 +36,16 @@ ExportStatus::init ()
_aborted = false;
_finished = false;
_errors = false;
-
+
stage = export_None;
progress = 0.0;
-
+
total_timespans = 0;
timespan = 0;
-
+
total_channel_configs = 0;
channel_config = 0;
-
+
total_formats = 0;
format = 0;
}