Fix build error from 5803

This commit is contained in:
unknown 2015-06-22 20:33:15 +02:00 committed by jean-pierre charras
parent 23278df0ab
commit 077c33a400
2 changed files with 2 additions and 4 deletions

View File

@ -487,10 +487,6 @@ void RESCUER::UndoRescues()
bool SCH_EDIT_FRAME::RescueProject( bool aRunningOnDemand )
{
// Data that will be used throughout the operation
std::vector<RESCUE_CANDIDATE> candidates;
wxString part_name_suffix;
RESCUER rescuer( *this, Prj() );
rescuer.FindCandidates();

View File

@ -56,6 +56,8 @@ enum RESCUE_TYPE
class RESCUE_CANDIDATE
{
public:
virtual ~RESCUE_CANDIDATE() {}
/**
* Function GetRequestedName
* Get the name that was originally requested in the schematic