summaryrefslogtreecommitdiff
path: root/src/wx/film_name_location_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_name_location_dialog.h')
-rw-r--r--src/wx/film_name_location_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_name_location_dialog.h b/src/wx/film_name_location_dialog.h
index a659ab22f..083d07cd4 100644
--- a/src/wx/film_name_location_dialog.h
+++ b/src/wx/film_name_location_dialog.h
@@ -28,6 +28,7 @@ LIBDCP_DISABLE_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;
};