diff options
Diffstat (limited to 'src/sp-offset.cpp')
| -rw-r--r-- | src/sp-offset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
