summaryrefslogtreecommitdiffstats
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 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();