summaryrefslogtreecommitdiff
path: root/src/ssa_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-22 22:45:49 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-22 23:30:01 +0200
commit607ba59181708568c23295aa1069ebbfc78f2e9c (patch)
treeb9da532f642d2679a68cbc2b6f551738808f164d /src/ssa_reader.h
parentf6ba0b4d4dc9143b65c6ead889a8d6eda7a51c15 (diff)
Cleanup: rename parse_style -> parse_tag and STYLE to TAG.
Diffstat (limited to 'src/ssa_reader.h')
-rw-r--r--src/ssa_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssa_reader.h b/src/ssa_reader.h
index 45cc271..d47d8cb 100644
--- a/src/ssa_reader.h
+++ b/src/ssa_reader.h
@@ -42,7 +42,7 @@ public:
SSAReader (std::string subs);
static std::vector<RawSubtitle> parse_line(RawSubtitle base, std::string line, int play_res_x, int play_res_y, Colour primary_colour);
- static void parse_style(RawSubtitle& sub, std::string style, int play_res_x, int play_res_y, Colour primary_colour);
+ static void parse_tag(RawSubtitle& sub, std::string style, int play_res_x, int play_res_y, Colour primary_colour);
private:
void read (boost::function<boost::optional<std::string> ()> get_line);