summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2017-10-21 11:23:05 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2017-10-21 11:23:05 +0100
commit63b6ab1101bf3e3f67226fa82c8fb11ea2f832e0 (patch)
tree97cbd3b835635f3c6f40a35668a499586306a685 /libs/ardour/route.cc
parent842d758ed2186cbd7c7809db9de56c8a4d96e8c5 (diff)
'Route::tape_drive_controllable()' needs to return something
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
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<ARDOUR::AutomationControl> (_ch_pre->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 4)));
}
+#endif
return boost::shared_ptr<AutomationControl>();
-#endif
}
string