diff options
Diffstat (limited to 'src/2geom/intersection-graph.h')
| -rw-r--r-- | src/2geom/intersection-graph.h | 2 |
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 |
