diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-25 16:37:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-25 16:37:49 +0200 |
| commit | 26a617e952a92ea178461166e638963d451a367d (patch) | |
| tree | 630cbd6ae1a79ba61d765d94f297fcb5b6210e5c /src | |
| parent | 5932cc8c99ff9704deab0eb309101ed00c4f570d (diff) | |
Remove unnecessary explicit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index e20e5289b..c65df4daf 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -48,7 +48,7 @@ DCPOMATIC_ENABLE_WARNINGS class AudioMappingView : public wxPanel { public: - explicit AudioMappingView (wxWindow *, wxString left_label, wxString from, wxString top_label, wxString to); + AudioMappingView (wxWindow *, wxString left_label, wxString from, wxString top_label, wxString to); void set (AudioMapping); void set_input_channels (std::vector<std::string> const & names); |
