summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.h b/src/journal.h
index 711cac19..5ac7c48c 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -155,7 +155,7 @@ class entry_base_t
class entry_t : public entry_base_t
{
- public:
+public:
moment_t _date;
optional<moment_t> _date_eff;
optional<string> code;