Fix compile error

This commit is contained in:
Seth Hillbrand 2023-01-23 10:47:23 -08:00
parent 99cfa1fad7
commit 6d96059917
1 changed files with 1 additions and 0 deletions

View File

@ -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() ) )