Fix incorrect forward declaration of struct as class.
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Sep 2020 18:51:02 +0000 (20:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2020 15:33:27 +0000 (17:33 +0200)
src/lib/dcp_content.h

index e8532ff57e70972c707c9eec0999df0853c7a40d..473dbae36df5f16d7f3f4b0079a685bfc988be54 100644 (file)
@@ -167,7 +167,7 @@ public:
        }
 
 private:
-       friend class reels_test5;
+       friend struct reels_test5;
 
        void add_properties (boost::shared_ptr<const Film> film, std::list<UserProperty>& p) const;