Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / sp-mask.h
index 621029b986fe08037297438c7223f28fe6bdfee6..d5bddd332861f2f18efdbe0e3b4d8013ce1013ea 100644 (file)
@@ -60,6 +60,6 @@ void sp_mask_hide (SPMask *mask, unsigned int key);
 
 void sp_mask_set_bbox (SPMask *mask, unsigned int key, NRRect *bbox);
 
-const gchar *sp_mask_create (GSList *reprs, SPDocument *document, NR::Matrix const* applyTransform);
+const gchar *sp_mask_create (GSList *reprs, SPDocument *document, Geom::Matrix const* applyTransform);
 
 #endif