modify caa0cc8790
to actually pass a reference to the selected plugin
This commit is contained in:
parent
3064533594
commit
cc56f92a73
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user