summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/option.cc b/option.cc
index 2edebbef..54ee1851 100644
--- a/option.cc
+++ b/option.cc
@@ -483,7 +483,7 @@ OPT_BEGIN(trace, "") {
// Report filtering
OPT_BEGIN(effective, "") {
- transaction_t::use_effective_date = true;
+ xact_t::use_effective_date = true;
} OPT_END(effective);
OPT_BEGIN(begin, "b:") {