summaryrefslogtreecommitdiffstats
path: root/src/rect-context.h
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-12-05 22:40:41 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-12-05 22:40:41 +0000
commit856d8eb8210879d4a4e86f00bf1c332395428039 (patch)
tree73708e7e8b6c53a5d5e1bf5af774d9f79b47b553 /src/rect-context.h
parent2geom more as fix (diff)
downloadinkscape-856d8eb8210879d4a4e86f00bf1c332395428039.tar.gz
inkscape-856d8eb8210879d4a4e86f00bf1c332395428039.zip
NR -> 2Geom few more files
(bzr r6959)
Diffstat (limited to 'src/rect-context.h')
-rw-r--r--src/rect-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rect-context.h b/src/rect-context.h
index ae2680f8f..0445338bf 100644
--- a/src/rect-context.h
+++ b/src/rect-context.h
@@ -29,7 +29,7 @@ class SPRectContextClass;
struct SPRectContext : public SPEventContext {
SPItem *item;
- NR::Point center;
+ Geom::Point center;
gdouble rx; /* roundness radius (x direction) */
gdouble ry; /* roundness radius (y direction) */