diff options
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index c2dce905f..97aa835c6 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -99,7 +99,7 @@ KDMDialog::KDMDialog (wxWindow* parent, shared_ptr<const Film> film) h->SetFont (subheading_font); right->Add (h); - vector<CPLSummary> cpls; + vector<dcp::CPLSummary> cpls; for (auto const& i: film->cpls()) { if (i.encrypted) { cpls.push_back (i); |
