diff options
Diffstat (limited to 'src/livarot/Path.cpp')
| -rw-r--r-- | src/livarot/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<PathDescr*>::iterator i = descr_cmd.begin(); i != descr_cmd.end(); i++) { (*i)->transform(trans); |
