diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-16 00:10:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-16 00:10:16 +0100 |
| commit | 92bec5911dc89d08f2a04fbdcfc32a8f274a5065 (patch) | |
| tree | 693c5cdcc421e7af4a5bf8eff8a19f36fa09dbff /src/encrypted_kdm.h | |
| parent | beb6a305c07342b0e4611d94e95f9d18416beb27 (diff) | |
Pass annotation text from decrypted to encrypted KDMs.
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index a36e7aaf..13cb1a00 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -89,6 +89,7 @@ private: std::string device_list_description, std::string cpl_id, std::string cpl_content_title_text, + boost::optional<std::string> annotation_text, LocalTime not_valid_before, LocalTime not_valid_after, Formulation formulation, |
