7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 23:21:41 +00:00

Fix Mac build.

This commit is contained in:
Jeff Young 2025-01-24 16:06:22 +00:00
parent fb6d3c1808
commit 59f20cdedc

View File

@ -224,7 +224,8 @@ void CONSTRUCTION_MANAGER::ProposeConstructionItems(
return;
}
auto pendingBatch = std::make_unique<PENDING_BATCH>( std::move( *aBatch ), aIsPersistent );
auto pendingBatch = std::make_unique<PENDING_BATCH>( PENDING_BATCH{ std::move( *aBatch ),
aIsPersistent } );
if( aIsPersistent )
{