Kaydet (Commit) b0e0f225 authored tarafından Eike Rathke's avatar Eike Rathke

use PushTokenRef()

Change-Id: I626eeb2e996dc33915a045acfe6892e428c6db03
üst 3b01af93
...@@ -7318,7 +7318,7 @@ void ScInterpreter::ScIndirect() ...@@ -7318,7 +7318,7 @@ void ScInterpreter::ScIndirect()
case svSingleRef: case svSingleRef:
case svDoubleRef: case svDoubleRef:
case svError: case svError:
PushTempToken( xTok.get()); PushTokenRef( xTok);
// success! // success!
return; return;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment