diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
| commit | c6871fe8617b3de03662b7630355059393bf8043 (patch) | |
| tree | ef4aeaa8a6556d1afe033b962d0e8a7c615afc05 /src/tools/dcpomatic_batch.cc | |
| parent | 334e250896a5dcbb64db96df8e20821ffc75b146 (diff) | |
Add a load of explicit keywords.
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 3cfe6c0a0..f6197b1e2 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -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) {} |
