diff options
Diffstat (limited to 'src/wx/metadata_dialog.h')
| -rw-r--r-- | src/wx/metadata_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h index 43da2ba71..5b4efb8c9 100644 --- a/src/wx/metadata_dialog.h +++ b/src/wx/metadata_dialog.h @@ -78,6 +78,7 @@ private: void luminance_changed (); std::vector<dcp::Rating> ratings () const; void set_ratings (std::vector<dcp::Rating> r); + void territory_type_changed(); CheckBox* _enable_release_territory; /** The current release territory displayed in the UI; since we can't easily convert @@ -86,6 +87,7 @@ private: */ boost::optional<dcp::LanguageTag::RegionSubtag> _release_territory_copy; RegionSubtagWidget* _release_territory; + Choice* _territory_type; LanguageTagWidget* _sign_language_video_language = nullptr; CheckBox* _enable_facility; wxTextCtrl* _facility; |
