TRACKS_CLEANER: post-rebase fixes
This commit is contained in:
parent
c607a60e3b
commit
ae5eab1d85
|
@ -337,7 +337,7 @@ void TRACKS_CLEANER::deleteTracksInPads()
|
|||
|
||||
if( poly.IsEmpty() )
|
||||
{
|
||||
CLEANUP_ITEM* item = new CLEANUP_ITEM( CLEANUP_TRACK_IN_PAD );
|
||||
std::shared_ptr<CLEANUP_ITEM> item( new CLEANUP_ITEM( CLEANUP_TRACK_IN_PAD ) );
|
||||
item->SetItems( track );
|
||||
m_itemsList->push_back( item );
|
||||
|
||||
|
|
Loading…
Reference in New Issue