diff options
Diffstat (limited to 'report.h')
-rw-r--r-- | report.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -243,6 +243,14 @@ public: } // + // Formatting functions + // + + value_t get_amount_expr(call_scope_t&) { + return NULL_VALUE; + } + + // // Scope members // |