summaryrefslogtreecommitdiff
path: root/tools/dcpkdm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dcpkdm.cc')
-rw-r--r--tools/dcpkdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index 7bf06e19..60fcf902 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -132,7 +132,7 @@ try
BOOST_FOREACH (dcp::DecryptedKDMKey i, dec_kdm.keys ()) {
cout << "\n";
cout << "\tID: " << i.id() << "\n";
- cout << "\tStandard: " << (i.standard() == dcp::SMPTE ? "SMPTE" : "Interop") << "\n";
+ cout << "\tStandard: " << (i.standard() == dcp::Standard::SMPTE ? "SMPTE" : "Interop") << "\n";
cout << "\tCPL ID: " << i.cpl_id() << "\n";
if (i.type()) {
cout << "\tType: " << i.type().get() << "\n";