Add a load of explicit keywords.
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 3cfe6c0a09e25dfdfec1d44afdbf08f5a9f5d90f..f6197b1e22f7bc473cfb9fc2622c1f7e11383d66 100644 (file)
@@ -91,7 +91,7 @@ setup_menu (wxMenuBar* m)
 class DOMFrame : public wxFrame
 {
 public:
-       DOMFrame (wxString const & title)
+       explicit DOMFrame (wxString const & title)
                : wxFrame (NULL, -1, title)
                , _sizer (new wxBoxSizer (wxVERTICAL))
                , _config_dialog (0)
@@ -252,7 +252,7 @@ static const wxCmdLineEntryDesc command_line_description[] = {
 class JobServer : public Server
 {
 public:
-       JobServer (DOMFrame* frame)
+       explicit JobServer (DOMFrame* frame)
                : Server (BATCH_JOB_PORT)
                , _frame (frame)
        {}