From 83358c16fcfdad24e8e415df13d6cf8e9bb43556 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Oct 2014 10:13:39 +0100 Subject: [PATCH] Add Subtitle::set_text() --- src/subtitle_asset.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index a7ec641c..3dfbe7e2 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -78,6 +78,10 @@ public: return _text; } + void set_text (std::string t) { + _text = t; + } + float v_position () const { return _v_position; } -- 2.30.2