optimize some performance bottlenecks; remove jack_nframes_t that crept back into...
[ardour.git] / libs / ardour / source.cc
index 86afe4cb8d8b4046291815476c0b5a344d753537..21cd871cbf0e48eabb21a29a9e93ffadf302c8dc 100644 (file)
@@ -122,7 +122,7 @@ Source::set_state (const XMLNode& node)
 }
 
 void
-Source::update_length (jack_nframes_t pos, jack_nframes_t cnt)
+Source::update_length (nframes_t pos, nframes_t cnt)
 {
        if (pos + cnt > _length) {
                _length = pos+cnt;