diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 082c204b..00cbec28 100644 --- a/src/report.h +++ b/src/report.h @@ -182,7 +182,7 @@ public: } value_t fn_options(call_scope_t&) { - return value_t(static_cast<scope_t *>(this)); + return scope_value(this); } string report_format(option_t<report_t>& option) { |