Code

NR -> 2Geom, more h and cpp files
[inkscape.git] / src / selection-chemistry.cpp
index bd59c0aa48ae36da06ee3b91ed08db4b77d12423..f6920c2a347db8bef972fcb11e306dcea7b30524 100644 (file)
@@ -2731,7 +2731,7 @@ sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_la
         SPItem *item = reinterpret_cast<SPItem *>(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) {