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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/caimportable.h b/libs/ardour/ardour/caimportable.h
index 446dd70b09..f39a84a38c 100644
--- a/libs/ardour/ardour/caimportable.h
+++ b/libs/ardour/ardour/caimportable.h
@@ -43,7 +43,7 @@ class LIBARDOUR_API CAImportableSource : public ImportableSource {
samplecnt_t length() const;
samplecnt_t samplerate() const;
void seek (samplepos_t pos);
- samplepos_t natural_position ();
+ samplepos_t natural_position () const;
bool clamped_at_unity () const { return false; }
protected: