Fix build.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Jul 2018 12:43:35 +0000 (13:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Jul 2018 12:43:35 +0000 (13:43 +0100)
src/lib/send_notification_email_job.h
src/lib/verify_dcp_job.h
src/wx/closed_captions_dialog.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;
index 22129aee25d94439b792cb3ca560eae0b5d1b8d3..a93a7adfa30ae83231097f619c97acb57f8c33a2 100644 (file)
@@ -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;
index 4b47d593fc2a5ace624c1bf04c428506af311613..e3f13f62f5f5d469b4f1a3ca3a50433322ddafe3 100644 (file)
@@ -27,7 +27,7 @@ class Player;
 class ClosedCaptionsDialog : public wxDialog
 {
 public:
-       ClosedCaptionsDialog (explicit wxWindow* parent);
+       explicit ClosedCaptionsDialog (wxWindow* parent);
 
        void update (DCPTime);
        void clear ();