summaryrefslogtreecommitdiff
path: root/src/subrip_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-10 21:35:38 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-10 21:35:38 +0100
commitf0db2d5b9cfcbcefad688be6d83fba9fa212b98f (patch)
tree21009f6d545353b06f6f1be72a1d4dc36be09881 /src/subrip_reader.h
parentee87162cb5405d68af62a84e6d2262854f9e3fc1 (diff)
Give line number in SubRip parsing exceptions.v1.6.59
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);