From 673f7f7173072db52a937b60934f0a8391c7cb4b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Feb 2009 16:36:44 -0400 Subject: Fixed bad parameter name. --- src/op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/op.h b/src/op.h index 6e2eb44f..0cd55b4a 100644 --- a/src/op.h +++ b/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 -- cgit v1.2.3