Fix linux compile error.

This commit is contained in:
Fernando Sahmkow 2019-02-13 15:57:27 -04:00 committed by FernandoS27
parent e64fa4d2ea
commit d6b9b51606

View File

@ -518,7 +518,7 @@ private:
Surface last_depth_buffer;
using SurfaceIntervalCache = boost::icl::interval_map<VAddr, Surface>;
using SurfaceInterval = typename IntervalCache::interval_type;
using SurfaceInterval = typename SurfaceIntervalCache::interval_type;
static auto GetReinterpretInterval(const Surface& object) {
return SurfaceInterval::right_open(object->GetAddr() + 1,