summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-06-23 00:08:36 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:13 -0400
commitecdc02c5d3b1c88ecfa88e09b0ecb012b7107667 (patch)
tree6320b6fda0015484ada3e962b72944017bfdafea /journal.h
parent368549f76d4ce5128ba96674a0f2b9d59e0b6db1 (diff)
downloadfork-ledger-ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667.tar.gz
fork-ledger-ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667.tar.bz2
fork-ledger-ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667.zip
(class entry_base_t): Added `beg_line' and `end_line' members.
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/journal.h b/journal.h
index 435569ba..ffba58f0 100644
--- a/journal.h
+++ b/journal.h
@@ -85,7 +85,9 @@ class entry_base_t
journal_t * journal;
unsigned long src_idx;
istream_pos_type beg_pos;
+ unsigned long beg_line;
istream_pos_type end_pos;
+ unsigned long end_line;
transactions_list transactions;
entry_base_t() {