diff --git a/src/video_core/query_cache.h b/src/video_core/query_cache.h index ad646654c0..dfba22747b 100644 --- a/src/video_core/query_cache.h +++ b/src/video_core/query_cache.h @@ -302,7 +302,7 @@ private: return found != std::end(contents) ? &*found : nullptr; } - void AsyncFlushQuery(CachedQuery* query, std::optional timestamp, std::unique_lock&& lock) { + void AsyncFlushQuery(CachedQuery* query, std::optional timestamp, std::unique_lock&& lock) { const AsyncJobId new_async_job_id = slot_async_jobs.insert(); { AsyncJob& async_job = slot_async_jobs[new_async_job_id];