diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 3a1393d2d4..1fc5614a0e 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -208,6 +208,7 @@ struct DBEVENTINFO bool isBookmark : 1; // event is bookmarked
bool isJson : 1; // event's body is a JSON structure
bool bMsec : 1; // event's timestamp is in milliseconds
+ bool bEdited : 1; // event was edited
};
};
|