summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selcue.cpp')
-rw-r--r--src/selcue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index 241802a87..03205d849 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -85,7 +85,7 @@ void Inkscape::SelCue::_updateItemBboxes()
for (GSList const *l = _selection->itemList(); l != NULL; l = l->next) {
SPItem *item = (SPItem *) l->data;
- boost::optional<Geom::Rect> const b = sp_item_bbox_desktop(item, bbox_type);
+ Geom::OptRect const b = sp_item_bbox_desktop(item, bbox_type);
SPCanvasItem* box = NULL;