mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
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;
|
std::vector<LIB_SYMBOL*> case_insensitive_matches;
|
||||||
|
|
||||||
wxString symbol_name;
|
wxString symbol_name;
|
||||||
|
wxString search_name;
|
||||||
wxString last_symbol_name;
|
wxString last_symbol_name;
|
||||||
|
|
||||||
for( SCH_SYMBOL* eachSymbol : *( aRescuer.GetSymbols() ) )
|
for( SCH_SYMBOL* eachSymbol : *( aRescuer.GetSymbols() ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user