summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 280b2f48..aca4f466 100644
--- a/src/report.h
+++ b/src/report.h
@@ -125,6 +125,10 @@ public:
output_stream.close();
}
+ void quick_close() {
+ output_stream.close();
+ }
+
virtual string description() {
return _("current report");
}