Fix relative grouped + VCA slaved gain
[ardour.git] / libs / ardour / muteable.cc
index 9d434888bf5c425871e5bb0be745272136323f72..c94b55a6836fcb1df87b2bc8b358cfd7775bf35d 100644 (file)
@@ -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))
 {
 }