X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry%2Ftransformedshape.h;h=10789ed1e15bb2db2227b6d5e1fe1f12c5adfaca;hb=93e7cf250208c36befb4b1a7337f5302c0e1da54;hp=10af1e7588a7c2efb357037113f9e22970fe887f;hpb=07a1aaf95d6a9e7e0ade2a10cc4e4b7f91486f98;p=libs%2Fmath.git diff --git a/source/geometry/transformedshape.h b/source/geometry/transformedshape.h index 10af1e7..10789ed 100644 --- a/source/geometry/transformedshape.h +++ b/source/geometry/transformedshape.h @@ -47,7 +47,7 @@ inline TransformedShape &TransformedShape::operator=(const Transform { delete shape; shape = other.shape->clone(); - transformation = other.transformation(); + transformation = other.transformation; } template