diff options
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:") { |