mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Noexcept qualify the VST3 proxy implementations
For the same reasons mentioned in the last commit.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
Vst3ComponentHandlerProxyImpl::Vst3ComponentHandlerProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3ComponentHandlerProxy::ConstructArgs&& args)
|
||||
Vst3ComponentHandlerProxy::ConstructArgs&& args) noexcept
|
||||
: Vst3ComponentHandlerProxy(std::move(args)), bridge(bridge) {
|
||||
// The lifecycle of this object is managed together with that of the plugin
|
||||
// object instance this host context got passed to
|
||||
|
||||
Reference in New Issue
Block a user