Use "Colour" not "Colour conversion" as a label name.
[dcpomatic.git] / src / wx / kdm_timing_panel.h
index 368b451463e949f0bfaf898d5caed4dc83ba07a5..be2e9309b660ca06afe34791fc9c99d3df29b3ef 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/signals2.hpp>
 
@@ -28,7 +31,7 @@ class TimePicker;
 class KDMTimingPanel : public wxPanel
 {
 public:
-       KDMTimingPanel (wxWindow* parent);
+       explicit KDMTimingPanel (wxWindow* parent);
 
        /** @return KDM from time in local time */
        boost::posix_time::ptime from () const;