Code

Respect "relink duplicates clones" setting with linked offsets.
[inkscape.git] / src / sp-ellipse.h
index a1f79e6f5e652114f03b3c32ee117c7d5e388c7c..91354ab608e546db9f6b3560f633ee127f0a0d57 100644 (file)
@@ -100,6 +100,6 @@ struct SPArcClass {
 
 GType sp_arc_get_type (void);
 void sp_arc_position_set (SPArc * arc, gdouble x, gdouble y, gdouble rx, gdouble ry);
-NR::Point sp_arc_get_xy (SPArc *ge, gdouble arg);
+Geom::Point sp_arc_get_xy (SPArc *ge, gdouble arg);
 
 #endif