diff options
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/output.h b/src/output.h index 7af88707..7618e567 100644 --- a/src/output.h +++ b/src/output.h @@ -63,11 +63,9 @@ protected: format_t prepend_format; xact_t * last_xact; post_t * last_post; - bool print_raw; public: format_posts(report_t& _report, const string& format, - bool _print_raw = false, const optional<string>& _prepend_format = none); virtual ~format_posts() { TRACE_DTOR(format_posts); |