mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Also add noexcept qualifications on the Wine side
See the last few commits.
This commit is contained in:
@@ -58,7 +58,7 @@ class Vst2Bridge : public HostBridge {
|
||||
std::string endpoint_base_dir,
|
||||
pid_t parent_pid);
|
||||
|
||||
bool inhibits_event_loop() override;
|
||||
bool inhibits_event_loop() noexcept override;
|
||||
|
||||
/**
|
||||
* Here we'll handle incoming `dispatch()` messages until the sockets get
|
||||
@@ -66,7 +66,7 @@ class Vst2Bridge : public HostBridge {
|
||||
*/
|
||||
void run() override;
|
||||
|
||||
void handle_x11_events() override;
|
||||
void handle_x11_events() noexcept override;
|
||||
|
||||
protected:
|
||||
void close_sockets() override;
|
||||
|
||||
Reference in New Issue
Block a user