diff options
author | John Wiegley <johnw@newartisans.com> | 2012-11-23 16:54:03 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-11-23 16:54:03 -0600 |
commit | 2ac996d9165f87754077a937eb69d765e139c05b (patch) | |
tree | a8864782cec78ae1b73bcb308f720faed21a31aa /src/post.h | |
parent | 63712728e1e39557aa8ec35e1a4cf4e56c83e121 (diff) | |
download | fork-ledger-2ac996d9165f87754077a937eb69d765e139c05b.tar.gz fork-ledger-2ac996d9165f87754077a937eb69d765e139c05b.tar.bz2 fork-ledger-2ac996d9165f87754077a937eb69d765e139c05b.zip |
Shorten debug comment
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ public: const optional<string>& _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<string>&"); + TRACE_CTOR(post_t, "account_t *, amount_t, flags_t, optional<string>"); } post_t(const post_t& post) : item_t(post), |