summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/valexpr.h b/valexpr.h
index 4c7f503e..f5be229b 100644
--- a/valexpr.h
+++ b/valexpr.h
@@ -126,8 +126,7 @@ struct value_expr_t
if (right) delete right;
}
- void compute(value_t& result, const details_t& details,
- value_t::type_t type = value_t::ANY) const;
+ void compute(value_t& result, const details_t& details) const;
};
value_expr_t * parse_value_expr(std::istream& in);