A few type fixes.
[ardour.git] / libs / ardour / ardour / audioplaylist.h
index edf5008283a74cde03dea012cc8708f3b9201756..253329b38e7ab79e4a103fb03bc9e07033a0c296 100644 (file)
@@ -78,7 +78,7 @@ public:
 
        void clear (bool with_signals=true);
 
-        nframes_t read (Sample *dst, Sample *mixdown, float *gain_buffer, nframes_t start, nframes_t cnt, uint32_t chan_n=0);
+        framecnt_t read (Sample *dst, Sample *mixdown, float *gain_buffer, framepos_t start, framecnt_t cnt, uint32_t chan_n=0);
 
        int set_state (const XMLNode&, int version);