(Source List) RegionFactory should return an empty region here.

This commit is contained in:
Ben Loftis 2018-11-15 09:29:55 -06:00
parent e2b658244f
commit 1108706b6b

View file

@ -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