diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 74ab9873..0598a296 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -161,6 +161,12 @@ public: void write_xml () const; Glib::ustring xml_as_string () const; +protected: + + std::string asdcp_kind () const { + return "Subtitle"; + } + private: std::string font_id_to_name (std::string id) const; |
