Fix typo.
This commit is contained in:
parent
cbf685ad76
commit
593b77be8c
|
@ -638,7 +638,7 @@ void SCH_BASE_FRAME::setSymWatcher( const LIB_ID* aID )
|
|||
wxString libfullname;
|
||||
SYMBOL_LIB_TABLE* tbl = Prj().SchSymbolLibTable();
|
||||
|
||||
if( !id || !tbl )
|
||||
if( !aId || !tbl )
|
||||
return;
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue