Code

Missed a win32 fix.
[inkscape.git] / src / rect-context.h
index ae2680f8f6fbceefdafb652356e8c77cb4a83c3d..0445338bf088b30c42d86ac7804632f7fc6dcb00 100644 (file)
@@ -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) */