13
0

modify caa0cc8790 to actually pass a reference to the selected plugin

This commit is contained in:
Paul Davis 2024-07-29 17:25:06 -06:00
parent 3064533594
commit cc56f92a73

View File

@ -4969,7 +4969,7 @@ ProcessorBox::selection_added (ProcessorEntry& pe)
/* be explicit here about the fact that we're using a weak
pointer, even though we probably don't need to be.
*/
std::weak_ptr<PluginInsert> wpi;
std::weak_ptr<PluginInsert> wpi = pi;
ControlProtocol::PluginSelected (wpi);
}
}