diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-08 04:15:48 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-08 04:15:48 -0400 |
commit | 77faaa926f06dc10cab65d08e0d35836d4a273a6 (patch) | |
tree | 4ae29e114cdcb7e4f858c0cd9817f12d9c3543c9 /src/account.h | |
parent | dd6c0ae80dadc0965d9b723ed6a7be9323beec52 (diff) | |
download | fork-ledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.tar.gz fork-ledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.tar.bz2 fork-ledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.zip |
Rewrote the balance report again, to fix --depth
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index 0fa03dde..2f3eec24 100644 --- a/src/account.h +++ b/src/account.h @@ -134,7 +134,8 @@ class account_t : public scope_t #define ACCOUNT_EXT_AUTO_VIRTUALIZE 0x08 #define ACCOUNT_EXT_VISITED 0x10 #define ACCOUNT_EXT_MATCHING 0x20 -#define ACCOUNT_EXT_DISPLAYED 0x40 +#define ACCOUNT_EXT_TO_DISPLAY 0x40 +#define ACCOUNT_EXT_DISPLAYED 0x80 struct details_t { |