summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interop_subtitle_content.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interop_subtitle_content.h b/src/interop_subtitle_content.h
index cd8d7bbd..df834356 100644
--- a/src/interop_subtitle_content.h
+++ b/src/interop_subtitle_content.h
@@ -30,8 +30,12 @@ public:
InteropSubtitleContent (std::string movie_title, std::string language);
InteropSubtitleContent (boost::filesystem::path file);
- Glib::ustring xml_as_string () const;
+ std::list<boost::shared_ptr<InteropLoadFont> > load_font_nodes () const {
+ return _load_font_nodes;
+ }
+ Glib::ustring xml_as_string () const;
+
private:
std::string _movie_title;
std::list<boost::shared_ptr<InteropLoadFont> > _load_font_nodes;