summaryrefslogtreecommitdiff
path: root/libs/ardour/mute_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/mute_control.cc')
-rw-r--r--libs/ardour/mute_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/mute_control.cc b/libs/ardour/mute_control.cc
index 89d18746f7..fb6c9f0140 100644
--- a/libs/ardour/mute_control.cc
+++ b/libs/ardour/mute_control.cc
@@ -180,7 +180,7 @@ MuteControl::muted_by_others_soloing () const
}
void
-MuteControl::automation_run (framepos_t start, pframes_t len)
+MuteControl::automation_run (samplepos_t start, pframes_t len)
{
boolean_automation_run (start, len);