Remove all use of nframes_t.
[ardour.git] / libs / ardour / thread_buffers.cc
index e319acc32930403851b586aedc4494ebd3439998..2436b6d36549a969c4d52d0a29616764fe982808 100644 (file)
@@ -66,7 +66,7 @@ ThreadBuffers::ensure_buffers (ChanCount howmany)
 }
 
 void
-ThreadBuffers::allocate_pan_automation_buffers (nframes_t nframes, uint32_t howmany, bool force)
+ThreadBuffers::allocate_pan_automation_buffers (framecnt_t nframes, uint32_t howmany, bool force)
 {
        if (!force && howmany <= npan_buffers) {
                return;