summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mute_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/mute_control.h')
-rw-r--r--libs/ardour/ardour/mute_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/mute_control.h b/libs/ardour/ardour/mute_control.h
index d54ff2dc34..494b554342 100644
--- a/libs/ardour/ardour/mute_control.h
+++ b/libs/ardour/ardour/mute_control.h
@@ -68,7 +68,7 @@ public:
void set_mute_points (MuteMaster::MutePoint);
MuteMaster::MutePoint mute_points () const;
- void automation_run (framepos_t start, pframes_t nframes);
+ void automation_run (samplepos_t start, pframes_t nframes);
protected:
bool handle_master_change (boost::shared_ptr<AutomationControl>);