X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Ftransformedshape.h;h=10789ed1e15bb2db2227b6d5e1fe1f12c5adfaca;hp=10af1e7588a7c2efb357037113f9e22970fe887f;hb=93e7cf250208c36befb4b1a7337f5302c0e1da54;hpb=b24bbb85291644791a3206ff7f0ab0308faeadc9 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