diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-19 22:31:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-06 23:46:11 +0100 |
| commit | 917d3d0ed3612493c71d85db90cc919319f2222e (patch) | |
| tree | bf0553943cbf19c784819456b33393c903d77ff7 | |
| parent | d2522364d5e64d07449b2bf6a36be7fdac258f71 (diff) | |
Cleanup: remove unnecessary explicit.
| -rw-r--r-- | src/wx/closed_captions_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h index d31218526..dbe4b6aa5 100644 --- a/src/wx/closed_captions_dialog.h +++ b/src/wx/closed_captions_dialog.h @@ -33,7 +33,7 @@ class FilmViewer; class ClosedCaptionsDialog : public wxDialog { public: - explicit ClosedCaptionsDialog (wxWindow* parent, FilmViewer* viewer); + ClosedCaptionsDialog(wxWindow* parent, FilmViewer* viewer); void clear (); void update_tracks (std::shared_ptr<const Film> film); |
