summaryrefslogtreecommitdiff
path: root/src/subrip_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subrip_reader.h')
-rw-r--r--src/subrip_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subrip_reader.h b/src/subrip_reader.h
index 83fefdf..bf438ed 100644
--- a/src/subrip_reader.h
+++ b/src/subrip_reader.h
@@ -51,7 +51,7 @@ private:
friend struct ::subrip_reader_test6;
SubripReader () {}
- void convert_line (std::string t, RawSubtitle& p);
+ void convert_line(int line_number, std::string t, RawSubtitle& p);
void maybe_content (RawSubtitle& p);
void read (boost::function<boost::optional<std::string> ()> get_line);