fix call to base class
This commit is contained in:
parent
8ee6603561
commit
3fe50951e4
@ -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…
Reference in New Issue
Block a user