summaryrefslogtreecommitdiffstats
path: root/src/snapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapper.h')
-rw-r--r--src/snapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/snapper.h b/src/snapper.h
index 64150be18..c5c111cff 100644
--- a/src/snapper.h
+++ b/src/snapper.h
@@ -21,9 +21,9 @@
struct SnappedConstraints {
std::list<Inkscape::SnappedPoint> points;
- std::list<Inkscape::SnappedLine> lines;
- std::list<Inkscape::SnappedInfiniteLine> grid_lines;
- std::list<Inkscape::SnappedInfiniteLine> guide_lines;
+ std::list<Inkscape::SnappedLineSegment> lines;
+ std::list<Inkscape::SnappedLine> grid_lines;
+ std::list<Inkscape::SnappedLine> guide_lines;
};
struct SPNamedView;