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
@@ -154,7 +154,7 @@ class SocketHandler {
* connections will be accepted when `connect()` gets called. This should
* be set to `true` on the plugin side, and `false` on the Wine host side.
*
* @see Sockets::connect
* @see Vst2Sockets::connect
*/
SocketHandler(boost::asio::io_context& io_context,
boost::asio::local::stream_protocol::endpoint endpoint,