From 47b52fb54f302d5faf93a19ae2fe28fa610f96ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2015 16:11:17 +0100 Subject: Add accessor. --- src/subtitle_string.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/subtitle_string.h b/src/subtitle_string.h index ba975778..cf787e64 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -131,6 +131,10 @@ public: _size = s; } + void set_aspect_adjust (float a) { + _aspect_adjust = a; + } + private: /** font ID */ boost::optional _font; -- cgit v1.2.3