summaryrefslogtreecommitdiff
path: root/libs/ardour/solo_safe_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/solo_safe_control.cc')
-rw-r--r--libs/ardour/solo_safe_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/solo_safe_control.cc b/libs/ardour/solo_safe_control.cc
index 040f454ffc..6d827b815d 100644
--- a/libs/ardour/solo_safe_control.cc
+++ b/libs/ardour/solo_safe_control.cc
@@ -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)