💥 Rename PluginBridge to WineBridge

I had swapped these names around once before but I think going with
PluginBridge for the plugin and WineBridge for the Wine VST host is the
least ambiguous it can get.
This commit is contained in:
Robbert van der Helm
2020-05-07 13:04:00 +02:00
parent 8b3f5286b4
commit 2d0998047c
7 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -76,8 +76,8 @@ host_sources = [
'src/common/serialization.cpp',
'src/wine-host/editor.cpp',
'src/wine-host/editor.cpp',
'src/wine-host/plugin-bridge.cpp',
'src/wine-host/vst-host.cpp',
'src/wine-host/wine-bridge.cpp',
'src/wine-host/utils.cpp',
version_header,
]