From e935952ec68482352294fed637d4bfa533120e36 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Apr 2018 23:03:34 +0100 Subject: [PATCH] FIx -Wreorder. --- src/lib/dcp_examiner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 9d6faa7e8..0e0b3ef83 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -115,12 +115,12 @@ private: boost::optional _audio_frame_rate; Frame _audio_length; std::string _name; - bool _has_subtitles; - bool _encrypted; /** true if this DCP has video content (but false if it has unresolved references to video content) */ bool _has_video; /** true if this DCP has audio content (but false if it has unresolved references to audio content) */ bool _has_audio; + bool _has_subtitles; + bool _encrypted; bool _needs_assets; bool _kdm_valid; boost::optional _standard; -- 2.30.2