summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/account.h b/src/account.h
index bd0210db..d97df2e0 100644
--- a/src/account.h
+++ b/src/account.h
@@ -118,12 +118,12 @@ class account_t : public scope_t
struct xdata_t : public supports_flags<>
{
-#define ACCOUNT_EXT_DISPLAYED 0x01
-#define ACCOUNT_EXT_SORT_CALC 0x02
-#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x04
-#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x08
-#define ACCOUNT_EXT_VISITED 0x10
-#define ACCOUNT_EXT_MATCHING 0x20
+#define ACCOUNT_EXT_SORT_CALC 0x01
+#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x02
+#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x04
+#define ACCOUNT_EXT_VISITED 0x08
+#define ACCOUNT_EXT_MATCHING 0x10
+#define ACCOUNT_EXT_DISPLAYED 0x20
value_t value;
value_t total;