use Slavable API in GUI
[ardour.git] / gtk2_ardour / mixer_strip.cc
index 5c130301279adf0b1747fae50aad9f237995f0ec..f5582af5bd21ba4e16e628b504a205bb6ea3d2f5 100644 (file)
@@ -2522,7 +2522,7 @@ MixerStrip::vca_assign (boost::shared_ptr<VCA> vca)
                return;
        }
 
-       _route->vca_assign (vca);
+       _route->assign (vca);
 }
 
 void
@@ -2532,7 +2532,7 @@ MixerStrip::vca_unassign (boost::shared_ptr<VCA> vca)
                return;
        }
 
-       _route->vca_unassign (vca);
+       _route->unassign (vca);
 }
 
 bool