X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frect-context.h;h=0445338bf088b30c42d86ac7804632f7fc6dcb00;hb=6302669b796eadd6994ecdc2e70f0119b29194dd;hp=782102b73980162a1b899cb2a2fadbf41684f4c4;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/rect-context.h b/src/rect-context.h index 782102b73..0445338bf 100644 --- a/src/rect-context.h +++ b/src/rect-context.h @@ -17,7 +17,6 @@ #include #include "event-context.h" #include "libnr/nr-point.h" -struct SPKnotHolder; #define SP_TYPE_RECT_CONTEXT (sp_rect_context_get_type ()) #define SP_RECT_CONTEXT(obj) (GTK_CHECK_CAST ((obj), SP_TYPE_RECT_CONTEXT, SPRectContext)) @@ -30,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) */