Rename the two handle_dispatch functions

To better differentiate between their intended uses.
This commit is contained in:
Robbert van der Helm
2020-05-25 15:09:55 +02:00
parent 85fb3a2588
commit 23f15c8d8a
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ int __cdecl main(int argc, char* argv[]) {
<< std::endl;
// Blocks the main thread until the plugin shuts down
bridge.handle_dispatch();
bridge.handle_dispatch_single();
} catch (const std::runtime_error& error) {
std::cerr << "Error while initializing Wine VST host:" << std::endl;
std::cerr << error.what() << std::endl;