diff options
Diffstat (limited to 'src/lib/send_notification_email_job.h')
| -rw-r--r-- | src/lib/send_notification_email_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/send_notification_email_job.h b/src/lib/send_notification_email_job.h index f6ca3fbd6..3817f9018 100644 --- a/src/lib/send_notification_email_job.h +++ b/src/lib/send_notification_email_job.h @@ -23,7 +23,7 @@ class SendNotificationEmailJob : public Job { public: - SendNotificationEmailJob (std::string body); + SendNotificationEmailJob (explicit std::string body); std::string name () const; std::string json_name () const; |
