Code cleanup.

This commit is contained in:
Jeff Young
2024-01-04 16:13:42 +00:00
parent fceace93da
commit 5aae8e2fd0
2 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ void PCB_TOOL_BASE::doInteractiveItemPlacement( const TOOL_EVENT& aTool,
aPlacer->m_modifiers = 0;
auto makeNewItem =
[&]( VECTOR2I aPosition )
[&]( const VECTOR2I& aPosition )
{
if( frame()->GetModel() )
newItem = aPlacer->CreateItem();