Code

Fixed const/non-const mismatch loop.
[inkscape.git] / src / rect-context.h
index 782102b73980162a1b899cb2a2fadbf41684f4c4..0445338bf088b30c42d86ac7804632f7fc6dcb00 100644 (file)
@@ -17,7 +17,6 @@
 #include <sigc++/sigc++.h>
 #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) */