Add some explicits.
[dcpomatic.git] / src / wx / closed_captions_dialog.h
index a599bc7036f8d048bb421a64fe30a9e974a506d8..4b47d593fc2a5ace624c1bf04c428506af311613 100644 (file)
@@ -27,7 +27,7 @@ class Player;
 class ClosedCaptionsDialog : public wxDialog
 {
 public:
-       ClosedCaptionsDialog (wxWindow* parent);
+       ClosedCaptionsDialog (explicit wxWindow* parent);
 
        void update (DCPTime);
        void clear ();
@@ -38,6 +38,4 @@ private:
 
        std::vector<wxString> _lines;
        boost::weak_ptr<Player> _player;
-       static int const _num_lines;
-       static int const _num_chars_per_line;
 };