remove odd namespacing typo

This commit is contained in:
Paul Davis 2013-08-01 10:44:34 -04:00
parent 0bd09a0e23
commit 6a18103800

View File

@ -250,7 +250,7 @@ Playlist::Playlist (boost::shared_ptr<const Playlist> other, framepos_t start, f
plist.add (Properties::layer, region->layer());
plist.add (Properties::layering_index, region->layering_index());
new_region = RegionFactory::RegionFactory::create (region, plist);
new_region = RegionFactory::create (region, plist);
add_region_internal (new_region, position);
}