summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfileimportable.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-14 22:04:51 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-14 22:04:51 +0000
commitcc7d4db5fe9132c38b919ab073b91d442abad9b6 (patch)
tree0b00a508bf8a1d5e1a7fc441770a78b5d24a9c52 /libs/ardour/ardour/sndfileimportable.h
parentc8228ba9853b4f0ee452343b1f1e361c584236cf (diff)
Fix a few framecnt / framepos type confusions.
git-svn-id: svn://localhost/ardour2/branches/3.0@11975 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/sndfileimportable.h')
-rw-r--r--libs/ardour/ardour/sndfileimportable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sndfileimportable.h b/libs/ardour/ardour/sndfileimportable.h
index f085334a21..b146d3231c 100644
--- a/libs/ardour/ardour/sndfileimportable.h
+++ b/libs/ardour/ardour/sndfileimportable.h
@@ -37,7 +37,7 @@ class SndFileImportableSource : public ImportableSource {
uint32_t channels() const;
framecnt_t length() const;
framecnt_t samplerate() const;
- void seek (framecnt_t pos);
+ void seek (framepos_t pos);
framepos_t natural_position() const;
bool clamped_at_unity () const;