mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
(Source List) RegionFactory should return an empty region here.
This commit is contained in:
parent
e2b658244f
commit
1108706b6b
1 changed files with 3 additions and 1 deletions
|
|
@ -639,6 +639,8 @@ RegionFactory::get_whole_region_for_source (boost::shared_ptr<Source> s)
|
||||||
return (i->second);
|
return (i->second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return boost::shared_ptr<Region>();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue