X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_content.h;h=5688f81d5fe44639450e3d8d8a57d4acb9f4a9b3;hb=0dc52cd6e69890cd8a2c539e80389ea8bac5cc3c;hp=3a8380cec56e1846060c3eacad2ecf4ea7dac1f8;hpb=1dcfb3a26085ebb3703f40e2f51e43ce3d98be50;p=dcpomatic.git diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h index 3a8380cec..5688f81d5 100644 --- a/src/lib/subrip_content.h +++ b/src/lib/subrip_content.h @@ -23,7 +23,7 @@ class SubRipContent : public SubtitleContent { public: SubRipContent (boost::shared_ptr, boost::filesystem::path); - SubRipContent (boost::shared_ptr, boost::shared_ptr, int); + SubRipContent (boost::shared_ptr, cxml::ConstNodePtr, int); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ());