summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfilesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/sndfilesource.h')
-rw-r--r--libs/ardour/ardour/sndfilesource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/sndfilesource.h b/libs/ardour/ardour/sndfilesource.h
index 06e329a74b..ae2cba449a 100644
--- a/libs/ardour/ardour/sndfilesource.h
+++ b/libs/ardour/ardour/sndfilesource.h
@@ -47,10 +47,10 @@ class SndFileSource : public AudioFileSource {
int update_header (framepos_t when, struct tm&, time_t);
int flush_header ();
- nframes64_t natural_position () const;
+ framepos_t natural_position () const;
- sframes_t last_capture_start_frame() const;
- void mark_capture_start (sframes_t);
+ framepos_t last_capture_start_frame() const;
+ void mark_capture_start (framepos_t);
void mark_capture_end ();
void clear_capture_marks();