summaryrefslogtreecommitdiff
path: root/src/lib/emailer.h
diff options
context:
space:
mode:
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;