diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 88dc427b..27b1bb32 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -68,7 +68,7 @@ public: return _subtitles; } - void add (SubtitleString); + virtual void add (SubtitleString); virtual void add_font (std::string id, boost::filesystem::path file) = 0; std::map<std::string, Data> fonts_with_load_ids () const; |
