summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index 35d45437..03eee78b 100644
--- a/src/report.h
+++ b/src/report.h
@@ -1019,7 +1019,7 @@ class reporter
string whence;
public:
- reporter(item_handler<Type> * _handler,
+ reporter(shared_ptr<item_handler<Type> > _handler,
report_t& _report, const string& _whence)
: handler(_handler), report(_report), whence(_whence) {}