summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'report.h')
-rw-r--r--report.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/report.h b/report.h
index 0881ace1..a2bbe8e6 100644
--- a/report.h
+++ b/report.h
@@ -243,6 +243,14 @@ public:
}
//
+ // Formatting functions
+ //
+
+ value_t get_amount_expr(call_scope_t&) {
+ return NULL_VALUE;
+ }
+
+ //
// Scope members
//