fixed return type of is-vertical

This commit is contained in:
Efi Fogel 2009-04-16 06:55:29 +00:00
parent b88534d9d8
commit 068a761fba
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}