diff --git a/common/footprint_info.cpp b/common/footprint_info.cpp index 21424d9270..b122e7112b 100644 --- a/common/footprint_info.cpp +++ b/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 ); }