summaryrefslogtreecommitdiffstats
path: root/src/snapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapper.cpp')
-rw-r--r--src/snapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp
index fd05809c1..963cf7c9d 100644
--- a/src/snapper.cpp
+++ b/src/snapper.cpp
@@ -136,7 +136,7 @@ Inkscape::SnappedPoint Inkscape::Snapper::freeSnap(PointType t,
Inkscape::SnappedPoint Inkscape::Snapper::constrainedSnap(PointType t,
NR::Point const &p,
- NR::Point const &c,
+ ConstraintLine const &c,
SPItem const *it) const
{
std::list<SPItem const *> lit;
@@ -158,7 +158,7 @@ Inkscape::SnappedPoint Inkscape::Snapper::constrainedSnap(PointType t,
Inkscape::SnappedPoint Inkscape::Snapper::constrainedSnap(PointType t,
NR::Point const &p,
- NR::Point const &c,
+ ConstraintLine const &c,
std::list<SPItem const *> const &it) const
{
if (getSnapTo(t) == false) {