13
0

remove an identical odd namespacing typo

This commit is contained in:
Paul Davis 2013-08-01 10:46:22 -04:00
parent 9376e436cd
commit 36623b7b0a

View File

@ -284,7 +284,7 @@ Playlist::copy_regions (RegionList& newlist) const
RegionReadLock rlock (const_cast<Playlist *> (this));
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));
}
}