Fix accidental revert.

This commit is contained in:
Jeff Young 2018-05-01 21:57:00 +01:00
parent 75e91f4cfd
commit 8f2fee8bb8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ static FOOTPRINT_LIST* get_instance_from_id( KIWAY& aKiway, int aId )
FOOTPRINT_LIST* FOOTPRINT_LIST::GetInstance( KIWAY& aKiway )
{
return get_instance_from_id( aKiway, KIFACE_NEW_FOOTPRINT_LIST );
return get_instance_from_id( aKiway, KIFACE_FOOTPRINT_LIST );
}