mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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()')
This commit is contained in:
parent
2107d09454
commit
ad226cf2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue