diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 12:25:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 15:09:28 +0100 |
| commit | d76ee110c29b631a71d965b71bcdb8663232b17f (patch) | |
| tree | 4234c10900671eb80a1961e126d8398ad714f017 /src/subtitle_content.h | |
| parent | 951572c6eb7e31834d2d7f1fbc67a9cdb1336696 (diff) | |
Start of work.1.0-smpte-subs
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index ee424916..b97346fa 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -61,10 +61,7 @@ public: void add (SubtitleString); void write_xml (boost::filesystem::path) const; - virtual Glib::ustring xml_as_string () const { - /* XXX: this should be pure virtual when SMPTE writing is implemented */ - return ""; - } + virtual Glib::ustring xml_as_string () const = 0; Time latest_subtitle_out () const; |
