summaryrefslogtreecommitdiffstats
path: root/src/connector-context.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-10-27 18:03:09 +0000
committerTed Gould <ted@canonical.com>2008-10-27 18:03:09 +0000
commit7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch)
tree7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/connector-context.h
parentMerging from trunk (diff)
downloadinkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz
inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip
From trunk
(bzr r6885)
Diffstat (limited to 'src/connector-context.h')
-rw-r--r--src/connector-context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connector-context.h b/src/connector-context.h
index e8d9a4390..d67e12b81 100644
--- a/src/connector-context.h
+++ b/src/connector-context.h
@@ -17,7 +17,7 @@
#include "event-context.h"
#include <forward.h>
#include <display/display-forward.h>
-#include <libnr/nr-point.h>
+#include <2geom/point.h>
#include "libavoid/connector.h"
@@ -44,7 +44,7 @@ enum {
struct SPConnectorContext : public SPEventContext {
Inkscape::Selection *selection;
- NR::Point p[5];
+ Geom::Point p[5];
/** \invar npoints in {0, 2}. */
gint npoints;