summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-29 02:28:36 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-29 02:56:12 +0100
commitff3b9789a0e0540f7a8677ec5eb644e21b6f262c (patch)
treec84eb6174f83b467008a014f6334fba4318a1827 /src/wx/closed_captions_dialog.h
parent1e0425dc769a0a909d20de7af373bff3f38de8d2 (diff)
Add some explicits.
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
-rw-r--r--src/wx/closed_captions_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h
index be5b3664d..4b47d593f 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 (wxWindow* parent);
+ ClosedCaptionsDialog (explicit wxWindow* parent);
void update (DCPTime);
void clear ();