remove an identical odd namespacing typo

This commit is contained in:
Paul Davis 2013-08-01 10:46:22 -04:00
parent 6a18103800
commit 28f3d76e7c

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));
}
}