(class entry_base_t): Added beg_line' and end_line' members.
This commit is contained in:
parent
368549f76d
commit
ecdc02c5d3
1 changed files with 2 additions and 0 deletions
|
|
@ -85,7 +85,9 @@ class entry_base_t
|
||||||
journal_t * journal;
|
journal_t * journal;
|
||||||
unsigned long src_idx;
|
unsigned long src_idx;
|
||||||
istream_pos_type beg_pos;
|
istream_pos_type beg_pos;
|
||||||
|
unsigned long beg_line;
|
||||||
istream_pos_type end_pos;
|
istream_pos_type end_pos;
|
||||||
|
unsigned long end_line;
|
||||||
transactions_list transactions;
|
transactions_list transactions;
|
||||||
|
|
||||||
entry_base_t() {
|
entry_base_t() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue