diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-19 16:02:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-19 16:02:04 +0000 |
| commit | 8f7efc8c704891a9c5499c17fa89fe84cdf5bde4 (patch) | |
| tree | 15845cd3d461b91b87e44ffeb14e2891d9de728a /src/lib/send_problem_report_job.cc | |
| parent | 9394ce6d3b840ec0af141d6435f394a5ad85c2ed (diff) | |
Remove unused parameter.
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
| -rw-r--r-- | src/lib/send_problem_report_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc index 8142b173c..8979316ac 100644 --- a/src/lib/send_problem_report_job.cc +++ b/src/lib/send_problem_report_job.cc @@ -85,7 +85,7 @@ SendProblemReportJob::run () to.push_back ("carl@dcpomatic.com"); Emailer emailer (_from, to, "DCP-o-matic problem report", body); - emailer.send (shared_from_this ()); + emailer.send (); set_progress (1); } |
