summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {