Poke a const to make gcc happy

This commit is contained in:
Marek Roszko 2022-12-06 22:00:09 -05:00
parent c0b5fe58c3
commit 61119fbf64
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void FP_CACHE::SetPath( const wxString& aPath )
m_lib_path.SetPath( aPath );
for( auto& footprint : GetFootprints() )
for( const auto& footprint : GetFootprints() )
{
footprint.second->SetFilePath( aPath );
}