Remove all use of nframes_t.
[ardour.git] / libs / ardour / ardour / audioregion.h
index 902e7eb9340fd49735bea295688ce4dae1057958..a5791c8b30d94172be1f640b3e6c07431c514255 100644 (file)
@@ -93,8 +93,8 @@ class AudioRegion : public Region
        boost::shared_ptr<AutomationList> fade_out() { return _fade_out; }
        boost::shared_ptr<AutomationList> envelope() { return _envelope; }
 
-       virtual nframes_t read_peaks (PeakData *buf, nframes_t npeaks,
-                       nframes_t offset, nframes_t cnt,
+       virtual framecnt_t read_peaks (PeakData *buf, framecnt_t npeaks,
+                       framecnt_t offset, framecnt_t cnt,
                        uint32_t chan_n=0, double samples_per_unit= 1.0) const;
 
        /* Readable interface */