mirror of https://github.com/CGAL/cgal
fixed return type of is-vertical
This commit is contained in:
parent
b88534d9d8
commit
068a761fba
|
|
@ -719,7 +719,7 @@ public:
|
|||
Arrangement_blue_2>;
|
||||
|
||||
public:
|
||||
Comparison_result operator() (const X_monotone_curve_2 & xcv) const
|
||||
bool operator() (const X_monotone_curve_2 & xcv) const
|
||||
{
|
||||
return m_base_is_vert (xcv.base());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue