Rename 'Sockets' to 'Vst2Sockets'

This commit is contained in:
Robbert van der Helm
2020-11-29 13:58:34 +01:00
parent 2fbd14908a
commit bb85d99657
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ class Vst2PluginBridge {
void log_init_message();
boost::asio::io_context io_context;
Sockets<std::jthread> sockets;
Vst2Sockets<std::jthread> sockets;
/**
* The thread that handles host callbacks.