Code

Fix change in revision 9947 to be consistent with rest of the codebase.
[inkscape.git] / src / line-snapper.h
index 1aa3526cc12f7c993fbdf94c48bc95faf8888b1a..cdc45c286bce947b2cb86904c88f7095025702db 100644 (file)
@@ -34,8 +34,9 @@ public:
   void constrainedSnap(SnappedConstraints &sc,
                           Inkscape::SnapCandidatePoint const &p,
                           Geom::OptRect const &bbox_to_snap,
-                          ConstraintLine const &c,
-                          std::vector<SPItem const *> const *it) const;
+                          SnapConstraint const &c,
+                          std::vector<SPItem const *> const *it,
+                          std::vector<SnapCandidatePoint> *unselected_nodes) const;
 
 protected:
   typedef std::list<std::pair<Geom::Point, Geom::Point> > LineList;