mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
modify caa0cc8790 to actually pass a reference to the selected plugin
This commit is contained in:
parent
3064533594
commit
cc56f92a73
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue