mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-13 07:42:15 +02:00
Also make the GroupHost plugin type agnostic
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
HostBridge::HostBridge(boost::filesystem::path plugin_path)
|
||||
: plugin_path(plugin_path) {}
|
||||
|
||||
void HostBridge::handle_win32_events() {
|
||||
if (editor) {
|
||||
editor->handle_win32_events();
|
||||
|
||||
Reference in New Issue
Block a user