OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index 8975bf90bcd13fdb953570d0051ca61f83dbd94c..30943e22d04475765a1d4b1b07d7b815e9797b82 100644 (file)
@@ -105,11 +105,11 @@ RouteProcessorSelection::add (RouteUI* r)
                        r->set_selected (true);
 
                        MixerStrip* ms = dynamic_cast<MixerStrip*> (r);
-                       
+
                        if (ms) {
                                ms->CatchDeletion.connect (*this, invalidator (*this), boost::bind (&RouteProcessorSelection::remove, this, _1), gui_context());
                        }
-                       
+
                        if (!_no_route_change_signal) {
                                RoutesChanged();
                        }