* Fix problem with JACK being left in freewheeling after export
[ardour.git] / libs / ardour / ardour / export_status.h
index 88c2feb4937ad6556c36ee40569adedacec5656b..42dd3aff4c770b31fcaa0214c5062f5227ae9ca3 100644 (file)
@@ -53,7 +53,7 @@ struct ExportStatus {
        
        sigc::signal<void>      Finished;
        void finish ();
-       bool finished () const { return _aborted; }
+       bool finished () const { return _finished; }
        
        /* Progress info */