MTC: map between timecodes
[ardour.git] / libs / ardour / ardour / resampled_source.h
index 74f1a76e5b0cd644c1abe74891910ed89cdb50c7..a36ad4331f5c9344dc5c9bd4ceafdc261cf9e2c9 100644 (file)
@@ -39,7 +39,7 @@ class ResampledImportableSource : public ImportableSource
        uint32_t   channels() const { return source->channels(); }
        framecnt_t length() const { return source->length(); }
        framecnt_t samplerate() const { return source->samplerate(); }
-       void       seek (framecnt_t);
+       void       seek (framepos_t);
        framepos_t natural_position() const;
 
        bool clamped_at_unity () const {