mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Add missing flush
This commit is contained in:
@@ -180,7 +180,8 @@ PluginBridge::PluginBridge(std::string plugin_dll_path,
|
||||
}
|
||||
});
|
||||
|
||||
std::cout << "Finished initializing '" << plugin_dll_path << "'";
|
||||
std::cout << "Finished initializing '" << plugin_dll_path << "'"
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
void PluginBridge::wait() {
|
||||
|
||||
Reference in New Issue
Block a user