Fix overzealous delete from previous commit.

This commit is contained in:
Wayne Stambaugh 2020-08-18 13:34:48 -04:00
parent ede39780e2
commit e2bdd34d82
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ LIBEVAL::VALUE PCB_EXPR_VAR_REF::GetValue( LIBEVAL::CONTEXT* aCtx )
if( !m_isEnum ) if( !m_isEnum )
{ {
str = item->Get<wxString>( it->second );
} }
else else
{ {