mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
NO-OP: no-wrap line
This commit is contained in:
parent
e7d4f10e0d
commit
66707bc133
1 changed files with 1 additions and 3 deletions
|
|
@ -292,9 +292,7 @@ PortGroupList::~PortGroupList()
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
PortGroupList::maybe_add_processor_to_list (
|
PortGroupList::maybe_add_processor_to_list (std::weak_ptr<Processor> wp, list<std::shared_ptr<IO> >* route_ios, bool inputs, set<std::shared_ptr<IO> >& used_io)
|
||||||
std::weak_ptr<Processor> wp, list<std::shared_ptr<IO> >* route_ios, bool inputs, set<std::shared_ptr<IO> >& used_io
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
std::shared_ptr<Processor> p (wp.lock());
|
std::shared_ptr<Processor> p (wp.lock());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue