Fix compile error
This commit is contained in:
parent
99cfa1fad7
commit
6d96059917
|
@ -144,6 +144,7 @@ void RESCUE_CASE_CANDIDATE::FindRescues( RESCUER& aRescuer,
|
|||
std::vector<LIB_SYMBOL*> case_insensitive_matches;
|
||||
|
||||
wxString symbol_name;
|
||||
wxString search_name;
|
||||
wxString last_symbol_name;
|
||||
|
||||
for( SCH_SYMBOL* eachSymbol : *( aRescuer.GetSymbols() ) )
|
||||
|
|
Loading…
Reference in New Issue