Update comment in zone filler.
This commit is contained in:
parent
c4aed1d941
commit
0089df8ca4
|
@ -417,7 +417,7 @@ bool ZONE_FILLER::Fill( std::vector<ZONE*>& aZones, bool aCheck, wxWindow* aPare
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the threads are not running
|
// Make sure that all futures have finished.
|
||||||
for( auto& ret : returns )
|
for( auto& ret : returns )
|
||||||
if( ret.first.valid() )
|
if( ret.first.valid() )
|
||||||
ret.first.wait();
|
ret.first.wait();
|
||||||
|
|
Loading…
Reference in New Issue