X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_name_location_dialog.h;h=083d07cd4d227c5b257a56a87ba5bf5cb302a2a6;hb=c693a9ffa56ac47619c22d1b2f08b0163c4f064f;hp=a659ab22f2f925ab351fc28af7f9dd72cfa311a2;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git 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 _directory; };