this looks incorrect

This commit is contained in:
David Tardon 2011-05-16 12:10:42 +02:00
parent bd91c127a3
commit 38d503b64b

View file

@ -253,7 +253,7 @@ SbiExprNode* SbiExpression::Term( const KeywordSymbolInfo* pKeywordSymbolInfo )
pvMoreParLcl = new SbiExprListVector();
SbiParameters* pAddPar = new SbiParameters( pParser );
pvMoreParLcl->push_back( pAddPar );
bError |= !pPar->IsValid();
bError |= !pAddPar->IsValid();
eTok = pParser->Peek();
}
}