mirror of https://github.com/CGAL/cgal
Curious typo!
This commit is contained in:
parent
0bda1d5591
commit
9ea4b02db5
|
|
@ -79,7 +79,7 @@ public:
|
||||||
|
|
||||||
CGAL::Segment_2<K> operator()(const QLineF& qs) const
|
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
|
QLineF operator()(const CGAL::Segment_2<K> &s) const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue