LGTM: [skip ci] fix: Large object passed by value
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user