diff options
Diffstat (limited to 'src/stl_text_writer.cc')
| -rw-r--r-- | src/stl_text_writer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stl_text_writer.cc b/src/stl_text_writer.cc index 3b43fc1..6a8601d 100644 --- a/src/stl_text_writer.cc +++ b/src/stl_text_writer.cc @@ -26,8 +26,8 @@ using std::string; using boost::optional; using namespace sub; -STLTextWriter::STLTextWriter (list<Subtitle> subtitles, int screen_height_in_points, float frames_per_second, ostream& out) - : Writer (subtitles, screen_height_in_points, frames_per_second) +void +sub::write_stl_text (list<Subtitle> subtitles, int screen_height_in_points, float frames_per_second, ostream& out) { optional<string> font; optional<int> font_size; |
