move braces

This commit is contained in:
Thomas Lin Pedersen 2020-09-29 22:02:06 +02:00 committed by Mael Rouxel-Labbé
parent f856e13964
commit 38e46d853c
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public:
Weighted_point_3 transform(const Aff_transformation_3 &t) const
{
return Weighted_point_3(t.transform(point(),weight()));
return Weighted_point_3(t.transform(point()),weight());
}
};