Fix a compil issue.

This commit is contained in:
jean-pierre charras 2023-05-19 09:24:49 +02:00
parent 7774b75172
commit 86c75cf261
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ bool BOARD::SetLayerDescr( PCB_LAYER_ID aIndex, const LAYER& aLayer )
}
const PCB_LAYER_ID BOARD::GetLayerID( const wxString& aLayerName ) const
PCB_LAYER_ID BOARD::GetLayerID( const wxString& aLayerName ) const
{
// Check the BOARD physical layer names.
for( int layer = 0; layer < PCB_LAYER_ID_COUNT; ++layer )