From f67bc45820b4e56f90eecb97ba3b7762c119f9b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 12:15:26 +0000 Subject: Add and use new FrameRateChange constructors. --- src/lib/string_text_file_content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/string_text_file_content.h') diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index 9a71d5828..4932f2a72 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -35,6 +35,10 @@ public: return boost::dynamic_pointer_cast (Content::shared_from_this ()); } + boost::shared_ptr shared_from_this () const { + return boost::dynamic_pointer_cast (Content::shared_from_this ()); + } + void examine (boost::shared_ptr film, boost::shared_ptr); std::string summary () const; std::string technical_summary () const; -- cgit v1.2.3