summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger.h b/ledger.h
index 2abf0416..d309a7d6 100644
--- a/ledger.h
+++ b/ledger.h
@@ -100,11 +100,11 @@ class account_t
account_t * parent;
std::string name;
std::string note;
+ unsigned long depth;
accounts_map accounts;
transactions_list transactions;
balance_pair_t value;
balance_pair_t total;
- unsigned long depth;
unsigned long ident;
mutable std::string _fullname;