summaryrefslogtreecommitdiff
path: root/src/lib/emailer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-19 16:02:04 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-19 16:02:04 +0000
commit8f7efc8c704891a9c5499c17fa89fe84cdf5bde4 (patch)
tree15845cd3d461b91b87e44ffeb14e2891d9de728a /src/lib/emailer.h
parent9394ce6d3b840ec0af141d6435f394a5ad85c2ed (diff)
Remove unused parameter.
Diffstat (limited to 'src/lib/emailer.h')
-rw-r--r--src/lib/emailer.h2
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;