From 2ac996d9165f87754077a937eb69d765e139c05b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 23 Nov 2012 16:54:03 -0600 Subject: Shorten debug comment --- src/post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index a9a44a79..c9aec6b2 100644 --- a/src/post.h +++ b/src/post.h @@ -83,7 +83,7 @@ public: const optional& _note = none) : item_t(_flags, _note), xact(NULL), account(_account), amount(_amount) { - TRACE_CTOR(post_t, "account_t *, const amount_t&, flags_t, const optional&"); + TRACE_CTOR(post_t, "account_t *, amount_t, flags_t, optional"); } post_t(const post_t& post) : item_t(post), -- cgit v1.2.3