mirror of https://github.com/CGAL/cgal
Merge pull request #3028 from sloriot/Argt-missing_const
Add missing const
This commit is contained in:
commit
abea1b9cb6
|
|
@ -143,7 +143,7 @@ public:
|
|||
return !equals(p);
|
||||
}
|
||||
|
||||
bool operator == (const Self& p)
|
||||
bool operator == (const Self& p) const
|
||||
{
|
||||
return equals(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue