summaryrefslogtreecommitdiff
path: root/src/lib/send_notification_email_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-29 02:28:36 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-29 02:56:12 +0100
commitff3b9789a0e0540f7a8677ec5eb644e21b6f262c (patch)
treec84eb6174f83b467008a014f6334fba4318a1827 /src/lib/send_notification_email_job.h
parent1e0425dc769a0a909d20de7af373bff3f38de8d2 (diff)
Add some explicits.
Diffstat (limited to 'src/lib/send_notification_email_job.h')
-rw-r--r--src/lib/send_notification_email_job.h2
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;