Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / satisfied-guide-cns.h
index 93097e0217a87effa688f6d8ba182f206fb072b3..99229f64c9aafc084c39d888b62ac2ecd0dc7725 100644 (file)
@@ -2,12 +2,14 @@
 #define __SATISFIED_GUIDE_CNS_H__
 
 #include <forward.h>
-namespace NR { class Point; }
+#include <2geom/forward.h>
 #include <vector>
+#include <sp-item.h>
+
 class SPGuideConstraint;
 
 void satisfied_guide_cns(SPDesktop const &desktop,
-                         std::vector<NR::Point> const &snappoints,
+                         SnapPointsWithType const &snappoints,
                          std::vector<SPGuideConstraint> &cns);