From 2cf3da72a017eebf741dfb9a5ec158df94a4e7b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jul 2014 09:36:58 +0100 Subject: Basics of DCP import. --- src/lib/subtitle_content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/subtitle_content.h') diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h index b73119bdb..f46a87c15 100644 --- a/src/lib/subtitle_content.h +++ b/src/lib/subtitle_content.h @@ -34,6 +34,7 @@ public: class SubtitleContent : public virtual Content { public: + SubtitleContent (boost::shared_ptr); SubtitleContent (boost::shared_ptr, boost::filesystem::path); SubtitleContent (boost::shared_ptr, cxml::ConstNodePtr, int version); SubtitleContent (boost::shared_ptr, std::vector >); -- cgit v1.2.3