diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-30 18:03:40 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-30 18:03:40 -0400 |
commit | 1b8811f997568d8aede86197a36fc65586996494 (patch) | |
tree | 82bd1332412e3642ad2a6375b0d8b89a11cb8b38 /src/xact.h | |
parent | 3a9b7df4e56fa39bfa0f89a19d11313ea5d70d0d (diff) | |
download | fork-ledger-1b8811f997568d8aede86197a36fc65586996494.tar.gz fork-ledger-1b8811f997568d8aede86197a36fc65586996494.tar.bz2 fork-ledger-1b8811f997568d8aede86197a36fc65586996494.zip |
Removed erroneous throw specifier from period_xact_t
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ class period_xact_t : public xact_base_t TRACE_CTOR(period_xact_t, "const string&"); } - virtual ~period_xact_t() throw() { + virtual ~period_xact_t() { TRACE_DTOR(period_xact_t); } |