mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
/* be explicit here about the fact that we're using a weak
|
||||||
pointer, even though we probably don't need to be.
|
pointer, even though we probably don't need to be.
|
||||||
*/
|
*/
|
||||||
std::weak_ptr<PluginInsert> wpi;
|
std::weak_ptr<PluginInsert> wpi = pi;
|
||||||
ControlProtocol::PluginSelected (wpi);
|
ControlProtocol::PluginSelected (wpi);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue