mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Fix some of the clang-tidy lints
This commit is contained in:
@@ -144,7 +144,7 @@ Vst3PluginBridge::Vst3PluginBridge()
|
||||
const size_t context_menu_id =
|
||||
plugin_proxies.at(request.owner_instance_id)
|
||||
.get()
|
||||
.register_context_menu(std::move(context_menu));
|
||||
.register_context_menu(context_menu);
|
||||
|
||||
return YaComponentHandler3::CreateContextMenuResponse{
|
||||
.context_menu_args =
|
||||
|
||||
Reference in New Issue
Block a user