Code

Move all of the snapper code to 2geom
[inkscape.git] / src / seltrans.h
index 3a7f6f4b2e60d35f9ccb58d04158a3908e1703ba..65da0fa56002c4527db141054625e9c2d499e767 100644 (file)
@@ -115,8 +115,8 @@ private:
     std::vector<NR::Matrix> _items_affines;
     std::vector<NR::Point> _items_centers;
     
-    std::vector<NR::Point> _snap_points;
-    std::vector<NR::Point> _bbox_points;
+    std::vector<Geom::Point> _snap_points;
+    std::vector<Geom::Point> _bbox_points;
     
     Inkscape::SelCue _selcue;