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:
parent
fb6d3c1808
commit
59f20cdedc
@ -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…
Reference in New Issue
Block a user