diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-26 22:22:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-28 08:12:13 +0200 |
commit | 6b3feb91b8c0d78e49c0b0bcb969879c980505be (patch) | |
tree | 93beb1e29bba6572665cca0d15a0e6111b1b4101 /idlc/inc | |
parent | 2b19fd857043c6c6b5150b71ab42361494172d5e (diff) |
AstExpression::coerce is always called with bAssign = true
Change-Id: I883b8319fde0bd3cc65efe64eb2faf53e2344cfc
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/astexpression.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astexpression.hxx b/idlc/inc/idlc/astexpression.hxx index 327cbe9803c9..32c8bc72e894 100644 --- a/idlc/inc/idlc/astexpression.hxx +++ b/idlc/inc/idlc/astexpression.hxx @@ -108,7 +108,7 @@ public: { m_exprValue = pEv; } // Evaluation and value coercion - AstExprValue* coerce(ExprType type, bool bAssign=true); + AstExprValue* coerce(ExprType type); // Evaluate then store value inside this AstExpression void evaluate(); |