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

@@ -44,7 +44,7 @@ public:
RigConnection( const RigConnection& rhs );
RigConnection& operator=( const RigConnection& rhs );
bool operator==( const RigConnection& rhs );
bool operator==( const RigConnection& rhs ) const;
bool operator<( const RigConnection& other ) const;
bool hasCommonArea() const;