summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-16 01:53:22 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 17:20:25 +0100
commitd7f6ab91208cb4a562ccd668ca2cc8135f124053 (patch)
tree28facb6a42846d62f632d413aecbd34fa5902ba2
parent42097677b92226619f22d0221214284b1a392258 (diff)
Make info_file() public.
-rw-r--r--src/lib/film.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 1d61f3a39..0c6a1943e 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -459,6 +459,8 @@ public:
void write_remembered_assets(std::vector<RememberedAsset> const& assets) const;
std::string video_identifier() const;
+ boost::filesystem::path info_file (dcpomatic::DCPTimePeriod p) const;
+
/** Emitted when some property has of the Film is about to change or has changed */
mutable boost::signals2::signal<void (ChangeType, FilmProperty)> Change;
@@ -489,8 +491,6 @@ private:
friend struct ::recover_test_2d_encrypted;
template <class, class> friend class ChangeSignalDespatcher;
- boost::filesystem::path info_file (dcpomatic::DCPTimePeriod p) const;
-
void signal_change (ChangeType, FilmProperty);
void signal_change (ChangeType, int);
void playlist_change (ChangeType);