Fix typo found in code review.

This commit is contained in:
Jeff Young
2022-03-21 10:32:36 +00:00
parent 4f62960334
commit e77a71bf7a
+1 -1
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() )
{