summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2017-10-07 10:11:12 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2017-10-07 10:11:12 +0100
commitad226cf2bbd72dd0dc033d8f0cf44c635b90e0b4 (patch)
tree844fd29975c5ac0a80310f3c7cf18ef938febb26 /libs/ardour/route.cc
parent2107d094541dd836b46be0ff48964fd44fbbeacf (diff)
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()')
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 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<AutomationControl>();
+ return boost::shared_ptr<AutomationControl>();
}
boost::shared_ptr<AutomationControl>