X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fspl_entry.cc;fp=src%2Flib%2Fspl_entry.cc;h=440f9861b882f56e5b0edeebcd6ec43aadc4361c;hp=083ce0296e7e379abba817654872668c0e298d98;hb=28111007e2e6fd62f5810be780706ae1618bd33f;hpb=c7d77490382d6ddb625340c05b57487cde244f96 diff --git a/src/lib/spl_entry.cc b/src/lib/spl_entry.cc index 083ce0296..440f9861b 100644 --- a/src/lib/spl_entry.cc +++ b/src/lib/spl_entry.cc @@ -44,11 +44,11 @@ SPLEntry::construct (shared_ptr c) name = dcp->name (); DCPOMATIC_ASSERT (dcp->cpl()); id = *dcp->cpl(); - kind = dcp->content_kind().get_value_or(dcp::FEATURE); + kind = dcp->content_kind().get_value_or(dcp::ContentKind::FEATURE); encrypted = dcp->encrypted (); } else { name = content->path(0).filename().string(); - kind = dcp::FEATURE; + kind = dcp::ContentKind::FEATURE; } }