From 2e7fe5087487cab0bb0173c84f91e1cf843d963e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 2 Jul 2015 10:24:59 +0200 Subject: error: 'pGen' was not declared in this scope Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59 --- basic/source/comp/exprgen.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx index df469239005b..c0e619c0d10d 100644 --- a/basic/source/comp/exprgen.cxx +++ b/basic/source/comp/exprgen.cxx @@ -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 -- cgit