summaryrefslogtreecommitdiff
path: root/src/lib/string_text_file_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/string_text_file_content.h')
-rw-r--r--src/lib/string_text_file_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h
index 936e894d8..83323172d 100644
--- a/src/lib/string_text_file_content.h
+++ b/src/lib/string_text_file_content.h
@@ -45,6 +45,7 @@ public:
void as_xml (xmlpp::Node *, bool with_paths) const;
DCPTime full_length (boost::shared_ptr<const Film> film) const;
DCPTime approximate_length () const;
+ std::string identifier () const;
private:
ContentTime _length;