Remove unnecessary explicit.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2020 14:37:49 +0000 (16:37 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2020 14:37:49 +0000 (16:37 +0200)
src/wx/audio_mapping_view.h

index e20e5289bc30901948d51a7d4b1a8a779fe8f927..c65df4dafcb6eed51839ae56a78ab0c74e98e912 100644 (file)
@@ -48,7 +48,7 @@ DCPOMATIC_ENABLE_WARNINGS
 class AudioMappingView : public wxPanel
 {
 public:
 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);
 
        void set (AudioMapping);
        void set_input_channels (std::vector<std::string> const & names);