diff options
Diffstat (limited to 'src/line-snapper.h')
| -rw-r--r-- | src/line-snapper.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/line-snapper.h b/src/line-snapper.h index 7767fe2ea..593e8bd73 100644 --- a/src/line-snapper.h +++ b/src/line-snapper.h @@ -7,6 +7,9 @@ * * Authors: * Carl Hetherington <inkscape@carlh.net> + * Diederik van Lierop <mail@diedenrezi.nl> + * + * Copyright (C) 1999-2008 Authors * * Released under GNU GPL, read the file 'COPYING' for more information. */ @@ -22,7 +25,7 @@ public: LineSnapper(SnapManager const *sm, Geom::Coord const d); void freeSnap(SnappedConstraints &sc, - Inkscape::Snapper::PointType const &t, + Inkscape::SnapPreferences::PointType const &t, Geom::Point const &p, bool const &first_point, boost::optional<Geom::Rect> const &bbox_to_snap, @@ -30,7 +33,7 @@ public: std::vector<Geom::Point> *unselected_nodes) const; void constrainedSnap(SnappedConstraints &sc, - Inkscape::Snapper::PointType const &t, + Inkscape::SnapPreferences::PointType const &t, Geom::Point const &p, bool const &first_point, boost::optional<Geom::Rect> const &bbox_to_snap, |
