From ecdc02c5d3b1c88ecfa88e09b0ecb012b7107667 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Jun 2005 00:08:36 +0000 Subject: (class entry_base_t): Added `beg_line' and `end_line' members. --- journal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'journal.h') 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() { -- cgit v1.2.3