summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astexpression.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astexpression.hxx')
-rw-r--r--idlc/inc/idlc/astexpression.hxx2
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();