From a45a0820bec31c1611da0c8de6ecfec218d2419a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 1 Aug 2008 19:15:16 +0000 Subject: 2geomify a lot of NR::Points to Geom::Point (bzr r6513) --- src/sp-offset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-offset.cpp') diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index de4933821..8f4dead0a 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -937,9 +937,9 @@ sp_offset_distance_to_original (SPOffset * offset, NR::Point px) * \return the topmost point on the offset. */ void -sp_offset_top_point (SPOffset * offset, NR::Point *px) +sp_offset_top_point (SPOffset * offset, Geom::Point *px) { - (*px) = NR::Point(0, 0); + (*px) = Geom::Point(0, 0); if (offset == NULL) return; -- cgit v1.2.3