mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix websocket C++11ism
This commit is contained in:
parent
af79240c81
commit
8eb4dcb675
4 changed files with 11 additions and 4 deletions
|
|
@ -241,7 +241,7 @@ ArdourFeedback::observe_strip_plugins (uint32_t strip_id, ArdourMixerStrip::Plug
|
|||
boost::bind<void> (PluginParamValueObserver (), this, strip_id, plugin_id, param_id,
|
||||
boost::weak_ptr<AutomationControl>(control)),
|
||||
event_loop ());
|
||||
} catch (ArdourMixerNotFoundException) {
|
||||
} catch (ArdourMixerNotFoundException& e) {
|
||||
/* ignore */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue