From: Carl Hetherington Date: Tue, 29 Sep 2020 18:51:02 +0000 (+0200) Subject: Fix incorrect forward declaration of struct as class. X-Git-Tag: v2.15.104~57 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b8d0139e5527cff306ffca5ccdc0c1d1df0fb753;hp=7e783c3ac62e1000775843234da5f8a78f50b6af Fix incorrect forward declaration of struct as class. --- 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;