Browse Source

Fix Mac build.

pcb_db
Jeff Young 9 months ago
parent
commit
59f20cdedc
  1. 3
      common/tool/construction_manager.cpp

3
common/tool/construction_manager.cpp

@ -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 )
{

Loading…
Cancel
Save