diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-02 17:19:53 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-02 17:19:53 -0500 |
commit | ff5506801d1b6dcb48e7015a01bbf6792585292a (patch) | |
tree | 68d740d91fdfe416856664482087370121d8661a /src/account.h | |
parent | 142c3ab7bfd04a099857d511f705cf4bf08e5e07 (diff) | |
download | fork-ledger-ff5506801d1b6dcb48e7015a01bbf6792585292a.tar.gz fork-ledger-ff5506801d1b6dcb48e7015a01bbf6792585292a.tar.bz2 fork-ledger-ff5506801d1b6dcb48e7015a01bbf6792585292a.zip |
Whitespace fix
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index c8f6bdbd..4ac69532 100644 --- a/src/account.h +++ b/src/account.h @@ -195,7 +195,6 @@ public: { TRACE_CTOR(account_t::xdata_t, "copy"); } - ~xdata_t() throw() { TRACE_DTOR(account_t::xdata_t); } |