Basic template support (#485).
[dcpomatic.git] / src / lib / subtitle_content.h
index fd02d032ae79f384463210a65d036034411b496d..ddc97ce9fdd0c69ab7be5813a2396d3d007cdc62 100644 (file)
@@ -62,6 +62,7 @@ public:
 
        void as_xml (xmlpp::Node *) const;
        std::string identifier () const;
+       void use_template (boost::shared_ptr<const SubtitleContent> c);
 
        void add_font (boost::shared_ptr<Font> font);