summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ledger.h b/ledger.h
index bbaa8b84..97f0afe4 100644
--- a/ledger.h
+++ b/ledger.h
@@ -106,7 +106,8 @@ class entry_t
};
-#define ACCOUNT_DISPLAYED 0x1
+#define ACCOUNT_DISPLAYED 0x1
+#define ACCOUNT_TO_DISPLAY 0x2
typedef std::map<const std::string, account_t *> accounts_map;
typedef std::pair<const std::string, account_t *> accounts_pair;