Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-item-update-cns.cpp
index 55846f4b76a431c6788c1d47c4a7db0704de9a00..f7329bd45a2096907bba6349b653cbb92e1c734f 100644 (file)
@@ -10,7 +10,7 @@ using std::vector;
 void sp_item_update_cns(SPItem &item, SPDesktop const &desktop)
 {
     std::vector<Geom::Point> snappoints;
-    sp_item_snappoints(&item, true, SnapPointsIter(snappoints));
+    sp_item_snappoints(&item, SnapPointsIter(snappoints), NULL);
     /* TODO: Implement the ordering. */
     vector<SPGuideConstraint> found_cns;
     satisfied_guide_cns(desktop, snappoints, found_cns);