summaryrefslogtreecommitdiff
path: root/libs/ardour/muteable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/muteable.cc')
-rw-r--r--libs/ardour/muteable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/muteable.cc b/libs/ardour/muteable.cc
index 9d434888bf..c94b55a683 100644
--- a/libs/ardour/muteable.cc
+++ b/libs/ardour/muteable.cc
@@ -22,6 +22,6 @@
using namespace ARDOUR;
Muteable::Muteable (Session& s, std::string const & name)
- : _mute_master (new MuteMaster (s, name))
+ : _mute_master (new MuteMaster (s, *this, name))
{
}