mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix build error from 5803
This commit is contained in:
parent
23278df0ab
commit
077c33a400
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user