From 9540406af15d522d15c94cc3d63c77b7da7e1423 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Feb 2009 00:24:26 -0400 Subject: Simplified error context handling. --- src/op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 1b6e5e54..6e2eb44f 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 expr_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 op); } // namespace ledger -- cgit v1.2.3