summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
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 4879967f..5d7912fc 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -61,7 +61,7 @@ public:
xact_base_t() : item_t(), journal(NULL) {
TRACE_CTOR(xact_base_t, "");
}
- xact_base_t(const xact_base_t& e);
+ xact_base_t(const xact_base_t& e);
virtual ~xact_base_t();