diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h index 8f0f915f..95e04079 100644 --- a/src/account.h +++ b/src/account.h @@ -67,6 +67,7 @@ public: unsigned short depth; accounts_map accounts; posts_list posts; + optional<expr_t> value_expr; mutable string _fullname; |