Cleanup: make things a little clearer.
[dcpomatic.git] / src / lib / content.h
index 979680d6a796781b1d0d8e4fc95efa0eef325148..0ce87ed9be0a192ec6923036f724b9d33abe7cd0 100644 (file)
@@ -208,7 +208,7 @@ public:
 
        std::shared_ptr<VideoContent> video;
        std::shared_ptr<AudioContent> audio;
-       std::list<std::shared_ptr<TextContent>> text;
+       std::vector<std::shared_ptr<TextContent>> text;
        std::shared_ptr<AtmosContent> atmos;
 
        std::shared_ptr<TextContent> only_text () const;