mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
remove an identical odd namespacing typo
This commit is contained in:
parent
6a18103800
commit
28f3d76e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ Playlist::copy_regions (RegionList& newlist) const
|
||||||
RegionReadLock rlock (const_cast<Playlist *> (this));
|
RegionReadLock rlock (const_cast<Playlist *> (this));
|
||||||
|
|
||||||
for (RegionList::const_iterator i = regions.begin(); i != regions.end(); ++i) {
|
for (RegionList::const_iterator i = regions.begin(); i != regions.end(); ++i) {
|
||||||
newlist.push_back (RegionFactory::RegionFactory::create (*i, true));
|
newlist.push_back (RegionFactory::create (*i, true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue