Fix markup in fr_FR translation causing missing text in disk writer (#2492).
[dcpomatic.git] / src / wx / controls.h
index df33005ff11a39a12b831ba6c19f9b6f29326d68..321d7e05c0868fa1083135d443f82160dd90590b 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "lib/dcpomatic_time.h"
 #include "lib/film.h"
-#include "lib/types.h"
 #include <dcp/warnings.h>
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
@@ -107,11 +106,11 @@ private:
 
        typedef std::pair<std::shared_ptr<dcp::CPL>, boost::filesystem::path> CPL;
 
-       bool _slider_being_moved;
+       bool _slider_being_moved = false;
 
-       CheckBox* _outline_content;
-       wxChoice* _eye;
-       CheckBox* _jump_to_selected;
+       CheckBox* _outline_content = nullptr;
+       wxChoice* _eye = nullptr;
+       CheckBox* _jump_to_selected = nullptr;
        wxButton* _rewind_button;
        wxButton* _back_button;
        wxButton* _forward_button;