diff options
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; |
