Rename both Bridge classes to differentiate

Switching between them became a bit confusing.
This commit is contained in:
Robbert van der Helm
2020-03-01 01:17:15 +01:00
parent 5ace761ce9
commit cb6ad5f043
7 changed files with 63 additions and 46 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ include_dir = include_directories('src/include')
shared_library(
'yabridge',
[
'src/plugin/bridge.cpp',
'src/plugin/host-bridge.cpp',
'src/plugin/plugin.cpp',
],
native : true,
@@ -43,7 +43,7 @@ shared_library(
executable(
'yabridge-host',
[
'src/wine-host/bridge.cpp',
'src/wine-host/plugin-bridge.cpp',
'src/wine-host/vst-host.cpp',
],
native : false,