LGTM: [skip ci] fix: Large object passed by value

This commit is contained in:
wmayer
2020-07-24 18:32:31 +02:00
parent 75ba0b8a77
commit d5d7d65bfc
20 changed files with 48 additions and 48 deletions

View File

@@ -250,7 +250,7 @@ void Command::setCenter(const Base::Vector3d &pos, bool clockwise)
Parameters[k] = kval;
}
Command Command::transform(const Base::Placement other)
Command Command::transform(const Base::Placement& other)
{
Base::Placement plac = getPlacement();
plac *= other;