From 53933f5fea9d07d1ba6304b88439fba257ee8c34 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 2 Feb 2011 22:24:36 +0100 Subject: update to latest 2geom ! (bzr r10025) --- src/livarot/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livarot/Path.cpp') diff --git a/src/livarot/Path.cpp b/src/livarot/Path.cpp index 66ec87274..1c04dbfb1 100644 --- a/src/livarot/Path.cpp +++ b/src/livarot/Path.cpp @@ -700,7 +700,7 @@ void Path::PointAndTangentAt(int piece, double at, Geom::Point &pos, Geom::Point } } -void Path::Transform(const Geom::Matrix &trans) +void Path::Transform(const Geom::Affine &trans) { for (std::vector::iterator i = descr_cmd.begin(); i != descr_cmd.end(); i++) { (*i)->transform(trans); -- cgit v1.2.3