From b8d0139e5527cff306ffca5ccdc0c1d1df0fb753 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Sep 2020 20:51:02 +0200 Subject: [PATCH] Fix incorrect forward declaration of struct as class. --- src/lib/dcp_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index e8532ff57..473dbae36 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -167,7 +167,7 @@ public: } private: - friend class reels_test5; + friend struct reels_test5; void add_properties (boost::shared_ptr film, std::list& p) const; -- 2.30.2