From ad226cf2bbd72dd0dc033d8f0cf44c635b90e0b4 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 7 Oct 2017 10:11:12 +0100 Subject: [PATCH] For 'Route::send_pan_azi_controllable()' (when building non-Mixbus) I'm assuming the intention was to return an empty object (i.e. similar to 'Route::send_enable_controllable()') --- libs/ardour/route.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index b67b687ff6..4d767e5df7 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5618,7 +5618,7 @@ Route::send_pan_azi_controllable (uint32_t n) const } #endif - boost::shared_ptr(); + return boost::shared_ptr(); } boost::shared_ptr