mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 06:45:46 +00:00
Fix linux compile error.
This commit is contained in:
parent
b7678a6f39
commit
e690d9e961
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue