summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 0acbf04af4..c698d2fdc2 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -128,7 +128,7 @@ class Region
float stretch () const { return _stretch; }
float shift () const { return _shift; }
- void set_ancestral_data (framepos_t start, framepos_t length, float stretch, float shift);
+ void set_ancestral_data (framepos_t start, framecnt_t length, float stretch, float shift);
frameoffset_t sync_offset (int& dir) const;
framepos_t sync_position () const;
@@ -282,7 +282,7 @@ class Region
return 0;
}
- virtual int adjust_transients (framepos_t /*delta*/) {
+ virtual int adjust_transients (frameoffset_t /*delta*/) {
// no transients, but its OK
return 0;
}