X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_status.h;h=31027269f8ca376e9ccb9a886469f35ae7488b3a;hb=5bc4e54b7da3eb139d699c6e371d43540c69b519;hp=cb24cb55f514417aba2f6df905ce9c780fcdddf4;hpb=6fa6514cfdb0ce38d93b51197f599dfd091bad1d;p=ardour.git diff --git a/libs/ardour/ardour/export_status.h b/libs/ardour/ardour/export_status.h index cb24cb55f5..31027269f8 100644 --- a/libs/ardour/ardour/export_status.h +++ b/libs/ardour/ardour/export_status.h @@ -40,7 +40,6 @@ class ExportStatus { volatile bool stop; volatile bool running; - PBD::Signal0 Aborting; void abort (bool error_occurred = false); bool aborted () const { return _aborted; } bool errors () const { return _errors; } @@ -49,6 +48,8 @@ class ExportStatus { void finish (); bool finished () const { return _finished; } + void cleanup (); + /* Progress info */ volatile bool normalizing;