mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-14 19:49:36 +00:00
Fix copy/paste error
This commit is contained in:
parent
2dec1dd598
commit
8be61565ca
@ -555,7 +555,7 @@ void BOARD::RunOnDescendants( const std::function<void ( BOARD_ITEM* )>& aFuncti
|
||||
}
|
||||
catch( std::bad_function_call& )
|
||||
{
|
||||
wxFAIL_MSG( wxT( "Error running FOOTPRINT::RunOnDescendants" ) );
|
||||
wxFAIL_MSG( wxT( "Error running BOARD::RunOnDescendants" ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user