summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/caimportable.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/caimportable.h')
-rw-r--r--libs/ardour/ardour/caimportable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/caimportable.h b/libs/ardour/ardour/caimportable.h
index dc7f5769ae..17dc708195 100644
--- a/libs/ardour/ardour/caimportable.h
+++ b/libs/ardour/ardour/caimportable.h
@@ -38,6 +38,7 @@ class CAImportableSource : public ImportableSource {
nframes_t length() const;
nframes_t samplerate() const;
void seek (nframes_t pos);
+ nframes_t natural_position() const { return 0; }
protected:
mutable CAAudioFile af;