From 63b6ab1101bf3e3f67226fa82c8fb11ea2f832e0 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 21 Oct 2017 11:23:05 +0100 Subject: [PATCH] 'Route::tape_drive_controllable()' needs to return something --- 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 4636d7957c..df708bbd30 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5428,9 +5428,9 @@ Route::tape_drive_controllable () const if ( _ch_pre && (is_master() || mixbus()) ) { return boost::dynamic_pointer_cast (_ch_pre->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 4))); } +#endif return boost::shared_ptr(); -#endif } string