Fixed bad parameter name.
This commit is contained in:
parent
101dea67bb
commit
673f7f7173
1 changed files with 1 additions and 1 deletions
2
src/op.h
2
src/op.h
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue