Fix typo.

This commit is contained in:
Jeff Young 2023-07-14 19:47:15 +01:00
parent cbf685ad76
commit 593b77be8c
1 changed files with 1 additions and 1 deletions

View File

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