diff --git a/Source/Core/Core/HW/DVD/DVDThread.h b/Source/Core/Core/HW/DVD/DVDThread.h index 17aec87ef4..7b40e436c1 100644 --- a/Source/Core/Core/HW/DVD/DVDThread.h +++ b/Source/Core/Core/HW/DVD/DVDThread.h @@ -126,7 +126,7 @@ private: u64 m_next_id = 0; - Common::WorkQueueThread m_dvd_thread; + Common::WorkQueueThreadSP m_dvd_thread; Common::WaitableSPSCQueue m_result_queue; std::map m_result_map;