Skip to content

Commit 1e71bfd

Browse files
committed
changed to explicit contour_circulator for float
1 parent c041796 commit 1e71bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualization/draw_util.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace visualization
1919

2020
void draw(drawer_type & drawer, contour_2f const & cnt, bool draw_vertices)
2121
{
22-
contour_circulator beg(cnt), it = beg;
22+
contour_circulator_f beg(cnt), it = beg;
2323

2424
do
2525
{

0 commit comments

Comments
 (0)