summaryrefslogtreecommitdiffstats
path: root/src/2geom/crossing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/crossing.h')
-rw-r--r--src/2geom/crossing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/crossing.h b/src/2geom/crossing.h
index 75c75fc24..d5012ae2b 100644
--- a/src/2geom/crossing.h
+++ b/src/2geom/crossing.h
@@ -183,6 +183,7 @@ CrossingSet reverse_ta(CrossingSet const &cr, unsigned split, std::vector<double
CrossingSet reverse_tb(CrossingSet const &cr, unsigned split, std::vector<double> max);
void clean(Crossings &cr_a, Crossings &cr_b);
+void delete_duplicates(Crossings &crs);
}