mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
fix call to base class
This commit is contained in:
parent
8ee6603561
commit
3fe50951e4
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ MuteControl::actually_set_value (double val, Controllable::GroupControlDispositi
|
|||
_muteable.act_on_mute ();
|
||||
}
|
||||
|
||||
AutomationControl::actually_set_value (val, gcd);
|
||||
SlavableAutomationControl::actually_set_value (val, gcd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue