Add file missing from last commit.

This commit is contained in:
Jeff Young 2018-09-12 21:39:26 +01:00
parent cbc83c98bc
commit b43d0a0ed5
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ void FOOTPRINT_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
case ID_MODEDIT_EXPORT_PART:
if( getTargetFPId() == GetCurrentFPId() )
Export_Module( GetBoard()->m_Modules ) )
Export_Module( GetBoard()->m_Modules );
else
Export_Module( LoadFootprint( getTargetFPId() ) );
break;