summaryrefslogtreecommitdiffstats
path: root/src/2geom/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/shape.h')
-rw-r--r--src/2geom/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/shape.h b/src/2geom/shape.h
index 960f9668b..0a7ee9709 100644
--- a/src/2geom/shape.h
+++ b/src/2geom/shape.h
@@ -89,7 +89,7 @@ class Shape {
const Region &operator[](unsigned ix) const { return content[ix]; }
Shape inverse() const;
- Shape operator*(Matrix const &m) const;
+ Shape operator*(Affine const &m) const;
bool contains(Point const &p) const;