Code

Refactoring the snapping API (making it easier to maintain and understand for the...
[inkscape.git] / src / satisfied-guide-cns.h
index 99229f64c9aafc084c39d888b62ac2ecd0dc7725..7fba2916120f1a9e7093e07f76bf7e4b2d1d72a4 100644 (file)
@@ -9,7 +9,7 @@
 class SPGuideConstraint;
 
 void satisfied_guide_cns(SPDesktop const &desktop,
-                         SnapPointsWithType const &snappoints,
+                         std::vector<Inkscape::SnapCandidatePoint> const &snappoints,
                          std::vector<SPGuideConstraint> &cns);