summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/export.h')
-rw-r--r--libs/ardour/ardour/export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/export.h b/libs/ardour/ardour/export.h
index f66acec893..66e5b1b7d5 100644
--- a/libs/ardour/ardour/export.h
+++ b/libs/ardour/ardour/export.h
@@ -76,9 +76,9 @@ namespace ARDOUR
/* shared between UI thread and audio thread */
- float progress; /* audio thread sets this */
- bool stop; /* UI sets this */
- bool running; /* audio thread sets to false when export is done */
+ volatile float progress; /* audio thread sets this */
+ volatile bool stop; /* UI sets this */
+ volatile bool running; /* audio thread sets to false when export is done */
int status;