Fix some of the clang-tidy lints

This commit is contained in:
Robbert van der Helm
2021-04-14 16:09:46 +02:00
parent 8942727661
commit 4937010557
13 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -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 =