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/emailer.h | |
| parent | 9394ce6d3b840ec0af141d6435f394a5ad85c2ed (diff) | |
Remove unused parameter.
Diffstat (limited to 'src/lib/emailer.h')
| -rw-r--r-- | src/lib/emailer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emailer.h b/src/lib/emailer.h index c8ebac7b6..8ec983f43 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -29,7 +29,7 @@ public: void add_bcc (std::string bcc); void add_attachment (boost::filesystem::path file, std::string name, std::string mime_type); - void send (boost::shared_ptr<Job> job); + void send (); std::string notes () const { return _notes; |
