mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Add noexcept qualifications on the plugin side
See the last few commits.
This commit is contained in:
@@ -105,7 +105,7 @@ class PluginBridge {
|
||||
io_context.run();
|
||||
}) {}
|
||||
|
||||
virtual ~PluginBridge(){};
|
||||
virtual ~PluginBridge() noexcept {};
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user