fixes for destructive track offsets of various kinds; move from jack_nframes_t -...
[ardour.git] / gtk2_ardour / export_range_markers_dialog.h
index a69e2b749b8a89cdb35a10876b1817d7579ba451..7aae9640bf3dba29742f5bb80f98c2f4657f3049 100644 (file)
@@ -37,10 +37,10 @@ class ExportRangeMarkersDialog : public ExportDialog
   
   private:
        // keeps the duration of all range_markers before the current
-       vector<jack_nframes_t>  range_markers_durations_aggregated;
-       vector<jack_nframes_t>  range_markers_durations;
+       vector<nframes_t>       range_markers_durations_aggregated;
+       vector<nframes_t>       range_markers_durations;
        // duration of all range markers
-       jack_nframes_t  total_duration;
+       nframes_t       total_duration;
        // index of range marker, that get's exported right now
        unsigned int    current_range_marker_index;