X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Farc-context.h;h=1e182225a8089e351454ad5710b6d5059bb1e727;hb=c33e0f85a7ee8c9145ca746c60b328f2718a7bb1;hp=6d16d4a91311f263860baa45d6acc7ffc3aed742;hpb=edfb6f4ecc50bd6d9d7acfe7fc36b915eb921c85;p=inkscape.git diff --git a/src/arc-context.h b/src/arc-context.h index 6d16d4a91..1e182225a 100644 --- a/src/arc-context.h +++ b/src/arc-context.h @@ -17,7 +17,7 @@ #include -#include +#include <2geom/point.h> #include "event-context.h" #define SP_TYPE_ARC_CONTEXT (sp_arc_context_get_type()) @@ -31,7 +31,7 @@ class SPArcContextClass; struct SPArcContext : public SPEventContext { SPItem *item; - NR::Point center; + Geom::Point center; sigc::connection sel_changed_connection;