summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 57fa6bb84..a65c9b290 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -598,7 +598,7 @@ enclose_items(const GSList *items)
NR::Maybe<NR::Rect> r = NR::Nothing();
for (GSList const *i = items; i; i = i->next) {
- r = NR::Rect::union_bounds(r, sp_item_bbox_desktop((SPItem *) i->data));
+ r = NR::union_bounds(r, sp_item_bbox_desktop((SPItem *) i->data));
}
return r;
}