diff options
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index e5d29145c..6adf5855e 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -299,6 +299,7 @@ public: } boost::optional<DCPTime> marker (dcp::Marker type) const; + std::map<dcp::Marker, DCPTime> markers () const { return _markers; } |
