Code

Translations. po files update; fix Ahmaric header.
[inkscape.git] / src / sp-offset.h
index 0e1a9d4e54a13729daee25d11c50aca5b8c848fe..47e597c284f890cd849fbe1bc8015d414f915b9d 100644 (file)
@@ -63,7 +63,7 @@ struct SPOffset : public SPShape {
 
     /// for interactive setting of the radius
     bool knotSet;
-    NR::Point knot;
+    Geom::Point knot;
 
     bool sourceDirty;
     bool isUpdating;
@@ -89,7 +89,7 @@ struct SPOffsetClass
 /* Standard Gtk function */
 GType sp_offset_get_type (void);
 
-double sp_offset_distance_to_original (SPOffset * offset, NR::Point px);
+double sp_offset_distance_to_original (SPOffset * offset, Geom::Point px);
 void sp_offset_top_point (SPOffset * offset, Geom::Point *px);
 
 SPItem *sp_offset_get_source (SPOffset *offset);
@@ -105,4 +105,4 @@ SPItem *sp_offset_get_source (SPOffset *offset);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :