X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Froute.cc;h=8efe1315bc838b0d8ecfbe18bc82e9f1c7e5b104;hb=d92686afb4105b84b014372b6feb0ccc454a5171;hp=11db73241cbd304c629a556828f02611134678c9;hpb=c8c6bca6587450ff64303dbc994a4cd28d6ce7aa;p=ardour.git diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 11db73241c..8efe1315bc 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -2981,8 +2981,7 @@ Route::add_aux_send (boost::shared_ptr route, boost::shared_ptrprocess_lock ()); - boost::shared_ptr sendpan (new Pannable (_session)); - listener.reset (new InternalSend (_session, sendpan, _mute_master, boost::dynamic_pointer_cast(shared_from_this()), route, Delivery::Aux)); + listener.reset (new InternalSend (_session, _pannable, _mute_master, boost::dynamic_pointer_cast(shared_from_this()), route, Delivery::Aux)); } add_processor (listener, before);