Fixed bad parameter name.

This commit is contained in:
John Wiegley 2009-02-02 16:36:44 -04:00
parent 101dea67bb
commit 673f7f7173

View file

@ -332,7 +332,7 @@ inline expr_t::ptr_op_t expr_t::op_t::wrap_functor(const function_t& fobj) {
#define MAKE_FUNCTOR(x) expr_t::op_t::wrap_functor(bind(&x, this, _1))
#define WRAP_FUNCTOR(x) expr_t::op_t::wrap_functor(x)
string op_context(const expr_t::ptr_op_t op, const expr_t::ptr_op_t op);
string op_context(const expr_t::ptr_op_t op, const expr_t::ptr_op_t goal);
} // namespace ledger