summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-08 20:05:56 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-08 20:05:56 -0400
commit02bd9d29cf7c899b5be4575f00f967e277aece99 (patch)
treef976a7ea86b4792222cf2313affab7762f2cf51b /src/item.h
parent4f5799c216df4a1b57bc5c59f286a685b0f77448 (diff)
downloadfork-ledger-02bd9d29cf7c899b5be4575f00f967e277aece99.tar.gz
fork-ledger-02bd9d29cf7c899b5be4575f00f967e277aece99.tar.bz2
fork-ledger-02bd9d29cf7c899b5be4575f00f967e277aece99.zip
Improved an error message that was trying to show transaction context.
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index a301b863..85dbf7ed 100644
--- a/src/item.h
+++ b/src/item.h
@@ -148,7 +148,7 @@ public:
value_t get_comment(item_t& item);
-string item_context(const item_t& item);
+string item_context(const item_t& item, const string& desc);
} // namespace ledger