Fix player config window on macOS (#2376).
[dcpomatic.git] / src / wx / film_name_location_dialog.h
index 29fcd338495e3fc832bf845148cd49630e37d73a..083d07cd4d227c5b257a56a87ba5bf5cb302a2a6 100644 (file)
 
 #include "table_dialog.h"
 #include "wx_util.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/filepicker.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 
 
+class CheckBox;
 class DirPickerCtrl;
 
 
@@ -51,7 +52,7 @@ private:
 #else
        wxDirPickerCtrl* _folder;
 #endif
-       wxCheckBox* _use_template;
+       CheckBox* _use_template;
        wxChoice* _template_name;
        static boost::optional<boost::filesystem::path> _directory;
 };