diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 23:05:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:19:28 +0100 |
| commit | c85f253637e6aecfd7ce7bd53c68a2a73ca49d7b (patch) | |
| tree | c855a15665e4bc7b857350d59050547ff927a4af /src/tools | |
| parent | 1702a1693f0d9407877b6b3bfda5af47e557f16f (diff) | |
Missing explicit.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_playlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_playlist.cc b/src/tools/dcpomatic_playlist.cc index 6f06c0624..39ac988b3 100644 --- a/src/tools/dcpomatic_playlist.cc +++ b/src/tools/dcpomatic_playlist.cc @@ -59,7 +59,7 @@ using namespace boost::placeholders; class ContentDialog : public wxDialog, public ContentStore { public: - ContentDialog (wxWindow* parent) + explicit ContentDialog (wxWindow* parent) : wxDialog (parent, wxID_ANY, _("Add content"), wxDefaultPosition, wxSize(800, 640)) , _content_view (new ContentView(this)) { |
