Fix typo found in code review.

This commit is contained in:
Jeff Young 2022-03-20 22:16:20 +00:00
parent 4f62960334
commit e77a71bf7a
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ int ERC_TESTER::TestOffGridEndpoints( int aGridSize )
{
std::vector<SCH_MARKER*> markers;
for( SCH_ITEM* item : screen->Items().OfType( SCH_SYMBOL_T ) )
for( SCH_ITEM* item : screen->Items() )
{
if( item->Type() == SCH_LINE_T && item->IsConnectable() )
{