Curious typo!

This commit is contained in:
Laurent Rineau 2010-03-19 20:20:23 +00:00
parent 0bda1d5591
commit 9ea4b02db5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public:
CGAL::Segment_2<K> operator()(const QLineF& qs) const
{
return CGAL::Segment_2<K>(operator()(qs.p1()), operator()(qs.p2));
return CGAL::Segment_2<K>(operator()(qs.p1()), operator()(qs.p2()));
}
QLineF operator()(const CGAL::Segment_2<K> &s) const