Fix accidental revert.
This commit is contained in:
parent
75e91f4cfd
commit
8f2fee8bb8
|
@ -136,7 +136,7 @@ static FOOTPRINT_LIST* get_instance_from_id( KIWAY& aKiway, int aId )
|
||||||
|
|
||||||
FOOTPRINT_LIST* FOOTPRINT_LIST::GetInstance( KIWAY& aKiway )
|
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…
Reference in New Issue