From 2f5eb047d9e05be5e68549ef6b75070d2faa7d2f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 11 Oct 2008 11:16:23 -0400 Subject: Merging from trunk (bzr r6884) --- src/selcue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selcue.cpp') diff --git a/src/selcue.cpp b/src/selcue.cpp index 418db8e74..661f0a2e4 100644 --- a/src/selcue.cpp +++ b/src/selcue.cpp @@ -84,7 +84,7 @@ void Inkscape::SelCue::_updateItemBboxes() for (GSList const *l = _selection->itemList(); l != NULL; l = l->next) { SPItem *item = (SPItem *) l->data; - boost::optional const b = to_2geom(sp_item_bbox_desktop(item, bbox_type)); + boost::optional const b = sp_item_bbox_desktop(item, bbox_type); SPCanvasItem* box = NULL; -- cgit v1.2.3