mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix typo in definition of solo-safe automation control (fixes solo)
This commit is contained in:
parent
624743572c
commit
fefbc4df01
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ using namespace std;
|
|||
using namespace PBD;
|
||||
|
||||
SoloSafeControl::SoloSafeControl (Session& session, std::string const & name)
|
||||
: SlavableAutomationControl (session, SoloAutomation, ParameterDescriptor (SoloSafeAutomation),
|
||||
: SlavableAutomationControl (session, SoloSafeAutomation, ParameterDescriptor (SoloSafeAutomation),
|
||||
boost::shared_ptr<AutomationList>(new AutomationList(Evoral::Parameter(SoloSafeAutomation))),
|
||||
name)
|
||||
, _solo_safe (false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue