Rename a variable.
[dcpomatic.git] / src / lib / send_notification_email_job.h
index f6ca3fbd6bb7480426bbb2b17a32c6288698459f..5c116f2eefc2514d72052661dd3e0ae6187790c0 100644 (file)
@@ -23,7 +23,8 @@
 class SendNotificationEmailJob : public Job
 {
 public:
-       SendNotificationEmailJob (std::string body);
+       explicit SendNotificationEmailJob (std::string body);
+       ~SendNotificationEmailJob ();
 
        std::string name () const;
        std::string json_name () const;