diff options
Diffstat (limited to 'account.cc')
-rw-r--r-- | account.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ namespace ledger { -unsigned long account_t::next_ident; +account_t::ident_t account_t::next_ident; account_t::~account_t() { |