diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-29 13:43:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-29 13:43:35 +0100 |
| commit | 0eb631849f50a456b1f0f18a6fc56b0d52a5162b (patch) | |
| tree | 72415c92060fbd819e849b249db0d3d7aaf16fc8 /src/lib | |
| parent | ff3b9789a0e0540f7a8677ec5eb644e21b6f262c (diff) | |
Fix build.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/send_notification_email_job.h | 2 | ||||
| -rw-r--r-- | src/lib/verify_dcp_job.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/send_notification_email_job.h b/src/lib/send_notification_email_job.h index 3817f9018..04f1d98ab 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 (explicit std::string body); + explicit SendNotificationEmailJob (std::string body); std::string name () const; std::string json_name () const; diff --git a/src/lib/verify_dcp_job.h b/src/lib/verify_dcp_job.h index 22129aee2..a93a7adfa 100644 --- a/src/lib/verify_dcp_job.h +++ b/src/lib/verify_dcp_job.h @@ -27,7 +27,7 @@ class Content; class VerifyDCPJob : public Job { public: - VerifyDCPJob (explicit std::vector<boost::filesystem::path> directories); + explicit VerifyDCPJob (std::vector<boost::filesystem::path> directories); std::string name () const; std::string json_name () const; |
