summaryrefslogtreecommitdiffstats
path: root/src/2geom/intersection-graph.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-04-30 09:17:07 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-04-30 09:17:07 +0000
commit6a9762c7603a32c7ec5cc0aaed8048d84daee6e8 (patch)
tree8cd98ce46dad85fc325bdd01ba60458de0801701 /src/2geom/intersection-graph.h
parentFix calls to Geom::cross() - sign change. (diff)
downloadinkscape-6a9762c7603a32c7ec5cc0aaed8048d84daee6e8.tar.gz
inkscape-6a9762c7603a32c7ec5cc0aaed8048d84daee6e8.zip
Update 2Geom to r2347
(bzr r14059.2.3)
Diffstat (limited to 'src/2geom/intersection-graph.h')
-rw-r--r--src/2geom/intersection-graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/intersection-graph.h b/src/2geom/intersection-graph.h
index 2fe858c5d..dd70d3d5b 100644
--- a/src/2geom/intersection-graph.h
+++ b/src/2geom/intersection-graph.h
@@ -51,7 +51,7 @@ enum InOutFlag {
struct IntersectionVertex {
boost::intrusive::list_member_hook<> _hook;
- PathVectorPosition pos;
+ PathVectorTime pos;
Point p; // guarantees that endpoints are exact
IntersectionVertex *neighbor;
bool entry; // going in +t direction enters the other path