mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Noexcept qualify the VST3 proxy implementations
For the same reasons mentioned in the last commit.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
Vst3ConnectionPointProxyImpl::Vst3ConnectionPointProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3ConnectionPointProxy::ConstructArgs&& args)
|
||||
Vst3ConnectionPointProxy::ConstructArgs&& args) noexcept
|
||||
: Vst3ConnectionPointProxy(std::move(args)), bridge(bridge) {}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user