summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdm.h b/src/kdm.h
index c594ecfb..ffcb65a7 100644
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -109,7 +109,7 @@ public:
void as_xml (boost::filesystem::path) const;
private:
- std::string _message_id;
+ /** Unencrypted MXF content keys */
std::list<KDMKey> _keys;
boost::shared_ptr<xml::DCinemaSecurityMessage> xml_kdm;