summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-26 22:29:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-28 08:12:13 +0200
commitcb31ea6981a336c16bc29ef2f0d323da9fb2dda4 (patch)
treec6848251e94d271f77e159928abf0e4076dfabd5 /idlc/inc
parent6b3feb91b8c0d78e49c0b0bcb969879c980505be (diff)
AstExpression::eval_internal always returns m_exprValue
Change-Id: I214fb3d14cef07357860a88fae1652a7d1a282b0
Diffstat (limited to 'idlc/inc')
-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 32c8bc72e894..32364fabac02 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -122,7 +122,7 @@ private:
// Fill out the lineno, filename and definition scope details
void fillDefinitionDetails();
// Internal evaluation
- AstExprValue* eval_internal();
+ void eval_internal();
// Evaluate different sets of operators
AstExprValue* eval_bin_op();
AstExprValue* eval_bit_op();