X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_advanced_dialog.h;fp=src%2Fwx%2Fcontent_advanced_dialog.h;h=93a90ba618180bbe7532d350444ab3fca928f17a;hb=df936f57844340064ae3dcc2cf9dac0a0013be06;hp=3c2454449b742c8addeda51f7b998544a35a5a04;hpb=ae92bd2fbd2a74d14e2635003554aa76016ab425;p=dcpomatic.git diff --git a/src/wx/content_advanced_dialog.h b/src/wx/content_advanced_dialog.h index 3c2454449..93a90ba61 100644 --- a/src/wx/content_advanced_dialog.h +++ b/src/wx/content_advanced_dialog.h @@ -19,6 +19,7 @@ */ +#include #include LIBDCP_DISABLE_WARNINGS #include @@ -45,6 +46,7 @@ public: } boost::optional video_frame_rate() const; + boost::optional burnt_subtitle_language() const; private: void edit_filters (); @@ -54,7 +56,6 @@ private: void video_frame_rate_changed (); void setup_sensitivity (); void burnt_subtitle_changed (); - void burnt_subtitle_language_changed (); std::shared_ptr _content; bool _filters_allowed = false;