13
0

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:
John Emmas 2017-10-07 10:11:12 +01:00
parent 2107d09454
commit ad226cf2bb

View 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>