fixes for destructive track offsets of various kinds; move from jack_nframes_t -...
[ardour.git] / gtk2_ardour / export_session_dialog.h
index 707989444a8d8366eb8b440b873716f409bdf06b..5aeec4ad10bdd76d9e8424111c09b57b3c9bcdc4 100644 (file)
@@ -27,7 +27,7 @@ class ExportSessionDialog : public ExportDialog
 {
   public:
        ExportSessionDialog (PublicEditor&);
-       void set_range (jack_nframes_t start, jack_nframes_t end);
+       void set_range (nframes_t start, nframes_t end);
   
   protected:
        void export_audio_data();