Skip to content

Commit

Permalink
[relate] Fix compilation error when both geometries use different poi…
Browse files Browse the repository at this point in the history
…nt types.
  • Loading branch information
awulkiew committed Dec 27, 2016
1 parent bc1310f commit c5b7468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ struct linear_areal
}
else
{
point1_type new_qj;
point2_type new_qj;
geometry::convert(turn.point, new_qj);

overlay::side_calculator<cs_tag, point1_type, point2_type> side_calc(qi_conv, new_pj, pi, qi, new_qj, qj);
Expand Down

0 comments on commit c5b7468

Please sign in to comment.