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