diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-12-05 22:40:41 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-12-05 22:40:41 +0000 |
| commit | 856d8eb8210879d4a4e86f00bf1c332395428039 (patch) | |
| tree | 73708e7e8b6c53a5d5e1bf5af774d9f79b47b553 /src/rect-context.h | |
| parent | 2geom more as fix (diff) | |
| download | inkscape-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.h | 2 |
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) */ |
