summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-06 17:47:11 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-08 01:29:35 +0200
commit05535846f69e16bc659b874bcafd02a8ee9e96e7 (patch)
tree092cb665c2133c6a52ef0e6e53af4efc18172a94 /src/lib/dcp_content.h
parent237cac14be009b9b7afb908204f35fa94da65116 (diff)
Add DCPContent::reference_anything().
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h
index 4bef0a1a7..d4527febd 100644
--- a/src/lib/dcp_content.h
+++ b/src/lib/dcp_content.h
@@ -141,6 +141,8 @@ public:
bool can_reference_text (std::shared_ptr<const Film> film, TextType type, std::string &) const;
+ bool reference_anything() const;
+
void set_cpl (std::string id);
boost::optional<std::string> cpl () const {