diff --git a/rpcs3/Emu/RSX/Common/ranged_map.hpp b/rpcs3/Emu/RSX/Common/ranged_map.hpp index 79c4169946..ddd8c76761 100644 --- a/rpcs3/Emu/RSX/Common/ranged_map.hpp +++ b/rpcs3/Emu/RSX/Common/ranged_map.hpp @@ -120,16 +120,11 @@ namespace rsx {} public: - inline bool operator == (const iterator& other) + inline bool operator == (const iterator& other) const { return m_it == other.m_it; } - inline bool operator != (const iterator& other) - { - return m_it != other.m_it; - } - inline auto* operator -> () { ensure(m_current);