Also make the GroupHost plugin type agnostic

This commit is contained in:
Robbert van der Helm
2020-12-02 00:43:04 +01:00
parent 0eb80fe866
commit 3db099e0fc
6 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ class GroupBridge {
* on `next_plugin_id`.
*/
std::unordered_map<size_t,
std::pair<Win32Thread, std::unique_ptr<Vst2Bridge>>>
std::pair<Win32Thread, std::unique_ptr<HostBridge>>>
active_plugins;
/**
* A counter for the next unique plugin ID. When hosting a new plugin we'll