summaryrefslogtreecommitdiffstats
path: root/src/arc-context.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-08-30 20:59:23 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-08-30 20:59:23 +0000
commitd29cbbd76c2bbbedacdd588e8645e910423044dd (patch)
tree64e258c5b61f32ed457936804c307d813e484b78 /src/arc-context.h
parentNR => Geom for (almost all of) event-context.h/.cpp (diff)
downloadinkscape-d29cbbd76c2bbbedacdd588e8645e910423044dd.tar.gz
inkscape-d29cbbd76c2bbbedacdd588e8645e910423044dd.zip
NR => Geom for arc-context
(bzr r6732)
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;