Code

No more NRMatrix or NRPoint.
[inkscape.git] / src / libnr / nr-path.h
index 6fdc856941440bbc47193e78b47f61f67f595bff..bf7369be4290883a44ba81467816b86c50153de4 100644 (file)
@@ -36,7 +36,7 @@ struct NRBPath {
        NArtBpath *path;
 };
 
-NRBPath *nr_path_duplicate_transform(NRBPath *d, NRBPath *s, NRMatrix const *transform);
+NRBPath *nr_path_duplicate_transform(NRBPath *d, NRBPath *s, NR::Matrix const *transform);
 
 NRBPath *nr_path_duplicate_transform(NRBPath *d, NRBPath *s, NR::Matrix const transform);