Code

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