Add MacOS build support

This commit is contained in:
Magne Sjaastad
2021-04-05 17:33:58 +02:00
parent 6e45d51e4e
commit 2d9ac615f2
8 changed files with 51 additions and 23 deletions

View File

@@ -110,7 +110,7 @@ bool RigConnection::hasCommonArea() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RigConnection::operator==( const RigConnection& rhs )
bool RigConnection::operator==( const RigConnection& rhs ) const
{
return m_c1GlobIdx == rhs.m_c1GlobIdx && m_c2GlobIdx == rhs.m_c2GlobIdx;
}