summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--journal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/journal.h b/journal.h
index 212590cf..a459160c 100644
--- a/journal.h
+++ b/journal.h
@@ -112,6 +112,7 @@ class entry_base_t
{
public:
journal_t * journal;
+ std::string note;
unsigned long src_idx;
istream_pos_type beg_pos;
unsigned long beg_line;