summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-offset.h')
-rw-r--r--src/sp-offset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-offset.h b/src/sp-offset.h
index 0e1a9d4e5..caecdb1be 100644
--- a/src/sp-offset.h
+++ b/src/sp-offset.h
@@ -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);