summaryrefslogtreecommitdiff
path: root/src/lib/film_property.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-05 01:28:19 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-05 17:06:21 +0100
commit43cca4d3a11e077b3e75c713b95942cc3afc9eb1 (patch)
treebbbf9102ec0e6fbd0cab778d9ce834cb52b5a9fc /src/lib/film_property.h
parentcb330f076f72000d028b11e88702addb0a2ab480 (diff)
Add new "territory type" so that INT-T{D,L} can be chosen (#2704).
Diffstat (limited to 'src/lib/film_property.h')
-rw-r--r--src/lib/film_property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film_property.h b/src/lib/film_property.h
index 55596af70..c23297965 100644
--- a/src/lib/film_property.h
+++ b/src/lib/film_property.h
@@ -70,6 +70,7 @@ enum class FilmProperty {
RED_BAND,
TWO_D_VERSION_OF_THREE_D,
LUMINANCE,
+ TERRITORY_TYPE,
};