7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:35:31 +00:00

Formatting.

This commit is contained in:
Jeff Young 2025-03-26 13:16:45 +00:00
parent 3dfd164e2b
commit 2ca09457b0
2 changed files with 1 additions and 2 deletions

View File

@ -268,7 +268,6 @@ void CN_CONNECTIVITY_ALGO::searchConnections()
if( m_itemList.IsDirty() )
{
std::vector<std::future<size_t>> returns( dirtyItems.size() );
auto conn_lambda =

View File

@ -109,7 +109,7 @@ public:
* Make a set of SHAPE objects representing the PCB_SHAPE. Caller owns the objects.
*/
std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER,
FLASHING aFlash = FLASHING::DEFAULT ) const override;
FLASHING aFlash = FLASHING::DEFAULT ) const override;
bool IsProxyItem() const override { return m_proxyItem; }
void SetIsProxyItem( bool aIsProxy = true ) override;