summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-29 20:51:02 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-12 17:33:27 +0200
commitb8d0139e5527cff306ffca5ccdc0c1d1df0fb753 (patch)
treec0e5596f335022c835cc40e38defa1bc54d8bcfd
parent7e783c3ac62e1000775843234da5f8a78f50b6af (diff)
Fix incorrect forward declaration of struct as class.
-rw-r--r--src/lib/dcp_content.h2
1 files changed, 1 insertions, 1 deletions
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<const Film> film, std::list<UserProperty>& p) const;