Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / send_notification_email_job.h
index f6ca3fbd6bb7480426bbb2b17a32c6288698459f..04f1d98ab82f62b77fe184b4cf9c3300e13b0fe4 100644 (file)
@@ -23,7 +23,7 @@
 class SendNotificationEmailJob : public Job
 {
 public:
-       SendNotificationEmailJob (std::string body);
+       explicit SendNotificationEmailJob (std::string body);
 
        std::string name () const;
        std::string json_name () const;