error: 'pGen' was not declared in this scope

Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59
This commit is contained in:
Miklos Vajna
2015-07-02 10:24:59 +02:00
parent ef46186bba
commit 2e7fe50874

View File

@@ -173,7 +173,7 @@ void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp )
{
#ifdef DBG_UTIL
if ((eOp < _RTL || eOp > _CALLC) && eOp != _FIND_G && eOp != _FIND_CM && eOp != _FIND_STATIC)
pGen->GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
rGen.GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
#endif
SbiSymDef* pDef = aVar.pDef;
// The ID is either the position or the String-ID