summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index 87b3fc753..f8f23a300 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -236,7 +236,7 @@ struct CPLSummary
std::string dcp_directory;
std::string cpl_id;
- std::string cpl_annotation_text;
+ boost::optional<std::string> cpl_annotation_text;
boost::filesystem::path cpl_file;
/** true if this CPL has any encrypted assets */
bool encrypted;