Code

Some NR::Point ==> Geom::Point replacements
[inkscape.git] / src / dyna-draw-context.h
index 09bc73e29d8fce0d18046417993aa5abd07dcde4..ddab2b53cf4128c062d0123889e1ecbe60a42bba 100644 (file)
@@ -48,8 +48,8 @@ struct SPDynaDrawContext : public SPCommonContext {
     Path *hatch_livarot_path;
     std::list<double> hatch_nearest_past;
     std::list<double> hatch_pointer_past;
-    NR::Point hatch_last_nearest, hatch_last_pointer;
-    NR::Point hatch_vector_accumulated;
+    Geom::Point hatch_last_nearest, hatch_last_pointer;
+    Geom::Point hatch_vector_accumulated;
     bool hatch_escaped;
     SPCanvasItem *hatch_area;