Fix login denied (67) errors when trying to download certificates
[dcpomatic.git] / src / wx / system_font_dialog.h
index 9cced4956f0426cef9480ac6ae28a1c0ba81b67d..da51c9c3a072322cb1a28d371f212130f5877978 100644 (file)
  *  one of those fonts.
  */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <boost/optional.hpp>
 #include <vector>
@@ -36,7 +39,7 @@ class wxListCtrl;
 class SystemFontDialog : public wxDialog
 {
 public:
-       SystemFontDialog (wxWindow* parent);
+       explicit SystemFontDialog (wxWindow* parent);
 
        boost::optional<boost::filesystem::path> get_font () const;