Browse Source

Fix accidental revert.

pull/17/head
Jeff Young 8 years ago
parent
commit
8f2fee8bb8
  1. 2
      common/footprint_info.cpp

2
common/footprint_info.cpp

@ -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 );
}

Loading…
Cancel
Save