diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-29 20:51:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-12 17:33:27 +0200 |
| commit | b8d0139e5527cff306ffca5ccdc0c1d1df0fb753 (patch) | |
| tree | c0e5596f335022c835cc40e38defa1bc54d8bcfd | |
| parent | 7e783c3ac62e1000775843234da5f8a78f50b6af (diff) | |
Fix incorrect forward declaration of struct as class.
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
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; |
