Added a note field to entry_t objects.
This commit is contained in:
parent
5abfb93a51
commit
c9d0737b8f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue