mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Mark Vst{2,3}Sockets as final
Since we're calling a virtual method during the destructor.
This commit is contained in:
@@ -325,7 +325,7 @@ class Vst2EventHandler : public AdHocSocketHandler<Thread> {
|
||||
* should be `std::jthread` and on the Wine side this should be `Win32Thread`.
|
||||
*/
|
||||
template <typename Thread>
|
||||
class Vst2Sockets : public Sockets {
|
||||
class Vst2Sockets final : public Sockets {
|
||||
public:
|
||||
/**
|
||||
* Sets up the sockets using the specified base directory. The sockets won't
|
||||
|
||||
Reference in New Issue
Block a user