diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-29 13:43:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-29 13:43:35 +0100 |
| commit | 0eb631849f50a456b1f0f18a6fc56b0d52a5162b (patch) | |
| tree | 72415c92060fbd819e849b249db0d3d7aaf16fc8 /src/wx/closed_captions_dialog.h | |
| parent | ff3b9789a0e0540f7a8677ec5eb644e21b6f262c (diff) | |
Fix build.
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
| -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 4b47d593f..e3f13f62f 100644 --- a/src/wx/closed_captions_dialog.h +++ b/src/wx/closed_captions_dialog.h @@ -27,7 +27,7 @@ class Player; class ClosedCaptionsDialog : public wxDialog { public: - ClosedCaptionsDialog (explicit wxWindow* parent); + explicit ClosedCaptionsDialog (wxWindow* parent); void update (DCPTime); void clear (); |
