From 7987b15d5555adc506b207f32617798f85315961 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Dec 2025 01:11:59 +0100 Subject: Move CPLSummary into a faster version in libdcp. --- src/wx/kdm_cpl_panel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/wx/kdm_cpl_panel.h') diff --git a/src/wx/kdm_cpl_panel.h b/src/wx/kdm_cpl_panel.h index 91821d7a3..441823afa 100644 --- a/src/wx/kdm_cpl_panel.h +++ b/src/wx/kdm_cpl_panel.h @@ -20,6 +20,7 @@ #include "lib/types.h" +#include #include LIBDCP_DISABLE_WARNINGS #include @@ -31,7 +32,7 @@ LIBDCP_ENABLE_WARNINGS class KDMCPLPanel : public wxPanel { public: - KDMCPLPanel (wxWindow* parent, std::vector cpls); + KDMCPLPanel(wxWindow* parent, std::vector cpls); boost::filesystem::path cpl () const; bool has_selected () const; @@ -49,5 +50,5 @@ private: wxStaticText* _cpl_id; wxStaticText* _cpl_annotation_text; - std::vector _cpls; + std::vector _cpls; }; -- cgit v1.2.3