Use a BOOST_FOREACH and remove an old #include.
[dcpomatic.git] / src / lib / send_notification_email_job.h
index 3817f90187cc98b6c2c4e1e099c6c3b68c691c1c..5c116f2eefc2514d72052661dd3e0ae6187790c0 100644 (file)
@@ -23,7 +23,8 @@
 class SendNotificationEmailJob : public Job
 {
 public:
-       SendNotificationEmailJob (explicit std::string body);
+       explicit SendNotificationEmailJob (std::string body);
+       ~SendNotificationEmailJob ();
 
        std::string name () const;
        std::string json_name () const;