Poke a const to make gcc happy
This commit is contained in:
parent
c0b5fe58c3
commit
61119fbf64
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue