test: Fix Wambiguous-reversed-operator compiler warnings

This commit is contained in:
MarcoFalke
2022-02-21 16:45:50 +01:00
parent e44423c9d3
commit fafc4eb363
2 changed files with 7 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ public:
* - vvNew entries refer to the same addresses
* - vvTried entries refer to the same addresses
*/
bool operator==(const AddrManDeterministic& other)
bool operator==(const AddrManDeterministic& other) const
{
LOCK2(m_impl->cs, other.m_impl->cs);