From 7d937fffc4337f86b3c8b641be867f22c694d151 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Fri, 5 Dec 2008 19:56:36 +0000 Subject: NR -> 2Geom, more h and cpp files (bzr r6952) --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index bd59c0aa4..f6920c2a3 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2731,7 +2731,7 @@ sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_la SPItem *item = reinterpret_cast(i->data); // inverted object transform should be applied to a mask object, // as mask is calculated in user space (after applying transform) - NR::Matrix maskTransform (item->transform.inverse()); + Geom::Matrix maskTransform (item->transform.inverse()); GSList *mask_items_dup = NULL; for (GSList *mask_item = mask_items; NULL != mask_item; mask_item = mask_item->next) { -- cgit v1.2.3