For 'Route::send_pan_azi_controllable()' (when building non-Mixbus) I'm assuming...
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 7 Oct 2017 09:11:12 +0000 (10:11 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 7 Oct 2017 09:11:12 +0000 (10:11 +0100)
(i.e. similar to 'Route::send_enable_controllable()')

libs/ardour/route.cc

index b67b687ff6af6c39c036465c35beb0317a6442c4..4d767e5df72e8194115a23e6cbe9929a1937dffa 100644 (file)
@@ -5618,7 +5618,7 @@ Route::send_pan_azi_controllable (uint32_t n) const
        }
 #endif
        
-       boost::shared_ptr<AutomationControl>();
+       return boost::shared_ptr<AutomationControl>();
 }
 
 boost::shared_ptr<AutomationControl>