(class entry_base_t): Added beg_line' and end_line' members.

This commit is contained in:
John Wiegley 2005-06-23 00:08:36 +00:00
parent 368549f76d
commit ecdc02c5d3

View file

@ -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() {