diff options
Diffstat (limited to 'src/subrip_reader.h')
| -rw-r--r-- | src/subrip_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subrip_reader.h b/src/subrip_reader.h index e9a9b35..5f5f343 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -45,7 +45,7 @@ private: SubripReader () {} static Time convert_time (std::string t); - void convert_line (std::string t, int line_number, Time from, Time to); + void convert_line (std::string t, RawSubtitle& p); void maybe_content (RawSubtitle& p); void read (boost::function<boost::optional<std::string> ()> get_line); }; |
