diff options
author | John Wiegley <johnw@newartisans.com> | 2005-06-23 00:08:36 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:13 -0400 |
commit | ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667 (patch) | |
tree | 6320b6fda0015484ada3e962b72944017bfdafea /journal.h | |
parent | 368549f76d4ce5128ba96674a0f2b9d59e0b6db1 (diff) | |
download | fork-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { |