summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-30 18:03:40 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-30 18:03:40 -0400
commit1b8811f997568d8aede86197a36fc65586996494 (patch)
tree82bd1332412e3642ad2a6375b0d8b89a11cb8b38 /src/xact.h
parent3a9b7df4e56fa39bfa0f89a19d11313ea5d70d0d (diff)
downloadfork-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 74d9f837..bbfa500e 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -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);
}