Code

Removed duplication of menu items.
[inkscape.git] / src / satisfied-guide-cns.h
index 93097e0217a87effa688f6d8ba182f206fb072b3..1952bef448402906bfa0eddd2002a5c1d12a3f25 100644 (file)
@@ -2,12 +2,12 @@
 #define __SATISFIED_GUIDE_CNS_H__
 
 #include <forward.h>
-namespace NR { class Point; }
+#include <2geom/forward.h>
 #include <vector>
 class SPGuideConstraint;
 
 void satisfied_guide_cns(SPDesktop const &desktop,
-                         std::vector<NR::Point> const &snappoints,
+                         std::vector<Geom::Point> const &snappoints,
                          std::vector<SPGuideConstraint> &cns);