diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index df1186ba..fd268c91 100644 --- a/src/report.h +++ b/src/report.h @@ -137,6 +137,7 @@ public: value_t fn_truncate(call_scope_t& scope); value_t fn_quoted(call_scope_t& scope); value_t fn_join(call_scope_t& scope); + value_t fn_format_date(call_scope_t& scope); value_t fn_options(call_scope_t& scope) { return value_t(static_cast<scope_t *>(this)); |