From 0f9dc78d7da4f96dbbfbd692c19f74de72098351 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Jan 2023 20:33:34 +0100 Subject: Cleanup: swap a list for a vector. --- src/lib/content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index 979680d6a..0ce87ed9b 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -208,7 +208,7 @@ public: std::shared_ptr video; std::shared_ptr audio; - std::list> text; + std::vector> text; std::shared_ptr atmos; std::shared_ptr only_text () const; -- cgit v1.2.3