cleanup confused mess related to jack_port_type_get_buffer_size()
[ardour.git] / libs / ardour / coreaudiosource.cc
index d1038faf623086181bfb21c434dcf0a370ee4cf4..09e06a49bcd96a40d2b2eaa6c7db3826f633c019 100644 (file)
@@ -92,7 +92,7 @@ CoreAudioSource::~CoreAudioSource ()
 }
 
 int
-CoreAudioSource::safe_read (Sample* dst, nframes_t start, framecnt_t cnt, AudioBufferList& abl) const
+CoreAudioSource::safe_read (Sample* dst, framepos_t start, framecnt_t cnt, AudioBufferList& abl) const
 {
        framecnt_t nread = 0;