diff options
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index f44cba46d..dc19ac761 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -1647,7 +1647,7 @@ sp_selected_path_simplify_items(SPDesktop *desktop, bool didSomething = false; - boost::optional<NR::Rect> selectionBbox = selection->bounds(); + boost::optional<Geom::Rect> selectionBbox = selection->bounds(); if (!selectionBbox) { return false; } @@ -1668,7 +1668,7 @@ sp_selected_path_simplify_items(SPDesktop *desktop, continue; if (simplifyIndividualPaths) { - boost::optional<NR::Rect> itemBbox = item->getBounds(sp_item_i2d_affine(item)); + boost::optional<Geom::Rect> itemBbox = item->getBounds(sp_item_i2d_affine(item)); if (itemBbox) { simplifySize = L2(itemBbox->dimensions()); } else { |
