summaryrefslogtreecommitdiffstats
path: root/src/arc-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arc-context.h')
-rw-r--r--src/arc-context.h4
1 files changed, 2 insertions, 2 deletions
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 <sigc++/connection.h>
-#include <libnr/nr-point.h>
+#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;