Code

More NR ==> Geom changes
[inkscape.git] / src / livarot / sweep-tree.h
index 67635b4c78993c46bded234ebe6e2dc85004d5ed..7f6b827dc99959e435a259b2f5997c20660bf796 100644 (file)
@@ -42,9 +42,9 @@ public:
 
     // the find function that was missing in the AVLTrree class
     // the return values are defined in LivarotDefs.h
-    int Find(NR::Point const &iPt, SweepTree *newOne, SweepTree *&insertL,
+    int Find(Geom::Point const &iPt, SweepTree *newOne, SweepTree *&insertL,
              SweepTree *&insertR, bool sweepSens = true);
-    int Find(NR::Point const &iPt, SweepTree *&insertL, SweepTree *&insertR);
+    int Find(Geom::Point const &iPt, SweepTree *&insertL, SweepTree *&insertR);
 
     /// Remove sweepevents attached to this node.
     void RemoveEvents(SweepEventQueue &queue);