summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index c982a8c89..527ba720f 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -1148,9 +1148,9 @@ static void cc_set_active_shape(SPConnectorContext *cc, SPItem *item)
}
- boost::optional<NR::Rect> bbox = sp_item_bbox_desktop(cc->active_shape);
+ boost::optional<Geom::Rect> bbox = sp_item_bbox_desktop(cc->active_shape);
if (bbox) {
- NR::Point center = bbox->midpoint();
+ Geom::Point center = bbox->midpoint();
sp_knot_set_position(cc->connpthandle, center, 0);
sp_knot_show(cc->connpthandle);
} else {