summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 05:08:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:08:21 -0400
commitc9d0737b8f5fbc4e760c4e736f488a1a4df23730 (patch)
tree42cb9f707794a946b395518ec43f26c831400fc7
parent5abfb93a5145e947c5c2f5eb492e7b6fc3f1cd62 (diff)
downloadfork-ledger-c9d0737b8f5fbc4e760c4e736f488a1a4df23730.tar.gz
fork-ledger-c9d0737b8f5fbc4e760c4e736f488a1a4df23730.tar.bz2
fork-ledger-c9d0737b8f5fbc4e760c4e736f488a1a4df23730.zip
Added a note field to entry_t objects.
-rw-r--r--journal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/journal.h b/journal.h
index 212590cf..a459160c 100644
--- a/journal.h
+++ b/journal.h
@@ -112,6 +112,7 @@ class entry_base_t
{
public:
journal_t * journal;
+ std::string note;
unsigned long src_idx;
istream_pos_type beg_pos;
unsigned long beg_line;