summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 8f486380a..067086509 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -431,7 +431,7 @@ Content::active_video_frame_rate(shared_ptr<const Film> film) const
prepared for any concurrent video content or perhaps
just the DCP rate.
*/
- return film->active_frame_rate_change(position()).source;
+ return film->active_frame_rate_change(position()).source();
}